forked from Bukkit/mc-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
349dda5
commit fc61896
Showing
190 changed files
with
3,118 additions
and
1,581 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
af_ZA=Afrikaans (ZA) | ||
ar_SA=العربية (العالم العربي) | ||
bg_BG=Български (BG) | ||
ca_ES=Català (CAT) | ||
cs_CZ=Čeština (CZ) | ||
cy_GB=Cymraeg (CY) | ||
da_DK=Dansk (Danmark) | ||
de_DE=Deutsch (Deutschland) | ||
el_GR=Ελληνικά (GR) | ||
en_US=English (US) | ||
en_GB=Canadian English (CA) | ||
en_CA=English (UK) | ||
en_PT=Pirate Speak (PIRATE) | ||
es_AR=Español (Argentina) | ||
es_ES=Español (España) | ||
es_MX=Español (MX) | ||
es_UY=Español (Uruguay) | ||
es_VE=Español Venezolano (Ve) | ||
et_EE=Eesti (ET) | ||
eu_ES=Euskara (ES) | ||
fi_FI=Suomi (Suomi) | ||
fr_FR=Français (France) | ||
fr_CA=Français (CA) | ||
gl_ES=Galego (Galicia) | ||
he_IL=עברית (IL) | ||
ky_KG=अंग्रेज़ी (भारत) | ||
hr_HR=Hrvatski (HR) | ||
hu_HU=Български (Bulgarian) | ||
is_IS=Íslenska (IS) | ||
it_IT=Italiano (Italia) | ||
ja_JP=日本語 (日本) | ||
ka_GE=ქართული (საქართველო) | ||
ko_KR=한국어 (한국) | ||
lt_LT=Lietuvių (Lietuva) | ||
lv_LV=Latviešu (Latvija) | ||
mi_NZ=Bahasa Melayu (MS) | ||
nl_NL=Nederlands (Nederland) | ||
nn_NO=Norsk nynorsk (Norge) | ||
nb_NO=Norsk (NO) | ||
pl_PL=Polski (Polska) | ||
pt_BR=Português (Brasil) | ||
pt_PT=Portuguese (Portugal) | ||
qya_AA=Quenya (Arda) | ||
ro_RO=Română (RO) | ||
ru_RU=Русский (Россия) | ||
sk_SK=Slovenčina (SK) | ||
sl_SI=Angleščina (Slovenija) | ||
sr_SP=Srpski (Србија) | ||
sv_SE=Svenska (Sverige) | ||
th_TH=ภาษาไทย (TH) | ||
tlh_AA=tlhIngan Hol (US) | ||
tr_TR=Türkçe (TR) | ||
uk_UA=Українська (Україна) | ||
vi_VN=Tiếng Việt (US) | ||
zh_CN=简体中文 (中国) | ||
zh_TW=繁體中文 (台灣) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
package net.minecraft.server; | ||
|
||
public class BiomeBeach extends BiomeBase { | ||
|
||
public BiomeBeach(int i) { | ||
super(i); | ||
this.I.clear(); | ||
this.y = (byte) Block.SAND.id; | ||
this.z = (byte) Block.SAND.id; | ||
this.G.z = -999; | ||
this.G.C = 0; | ||
this.G.E = 0; | ||
this.G.F = 0; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.