Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update biomes enum for MC 1.8 #197

Merged
merged 1 commit into from
Mar 13, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/generate_enums.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function biomes(burger, cb) {
biomeEnum[biome.id] = {
id: biome.id,
color: biome.color,
height: biome.height,
//height: biome.height,
name: biome.name,
rainfall: biome.rainfall,
temperature: biome.temperature,
Expand Down
219 changes: 123 additions & 96 deletions lib/enums/biomes.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,253 +2,280 @@
"0": {
"id": 0,
"color": 112,
"height": [
-1,
0.4
],
"name": "Ocean",
"rainfall": 0.5,
"temperature": 0.5
},
"1": {
"id": 1,
"color": 9286496,
"height": [
0.1,
0.3
],
"name": "Plains",
"rainfall": 0.4,
"temperature": 0.8
},
"2": {
"id": 2,
"color": 16421912,
"height": [
0.1,
0.2
],
"name": "Desert",
"rainfall": 0,
"temperature": 2
},
"3": {
"id": 3,
"color": 6316128,
"height": [
0.3,
1.5
],
"name": "Extreme Hills",
"rainfall": 0.3,
"temperature": 0.2
},
"4": {
"id": 4,
"color": 353825,
"height": [
0.1,
0.3
],
"name": "Forest",
"rainfall": 0.8,
"temperature": 0.7
},
"5": {
"id": 5,
"color": 747097,
"height": [
0.1,
0.4
],
"name": "Taiga",
"rainfall": 0.8,
"temperature": 0.05
},
"6": {
"id": 6,
"color": 522674,
"height": [
-0.2,
0.1
],
"name": "Swampland",
"rainfall": 0.9,
"temperature": 0.8
},
"7": {
"id": 7,
"height": [
-0.5,
0
],
"name": "River",
"rainfall": 0.5,
"temperature": 0.5
},
"8": {
"id": 8,
"color": 16711680,
"height": [
0.1,
0.3
],
"name": "Hell",
"rainfall": 0,
"temperature": 2
},
"9": {
"id": 9,
"color": 8421631,
"height": [
0.1,
0.3
],
"name": "Sky",
"rainfall": 0,
"name": "The End",
"rainfall": 0.5,
"temperature": 0.5
},
"10": {
"id": 10,
"color": 9474208,
"height": [
-1,
0.5
],
"name": "FrozenOcean",
"rainfall": 0.5,
"temperature": 0
},
"11": {
"id": 11,
"color": 10526975,
"height": [
-0.5,
0
],
"name": "FrozenRiver",
"rainfall": 0.5,
"temperature": 0
},
"12": {
"id": 12,
"color": 16777215,
"height": [
0.1,
0.3
],
"name": "Ice Plains",
"rainfall": 0.5,
"temperature": 0
},
"13": {
"id": 13,
"color": 10526880,
"height": [
0.3,
1.3
],
"name": "Ice Mountains",
"rainfall": 0.5,
"temperature": 0
},
"14": {
"id": 14,
"color": 16711935,
"height": [
0.2,
1
],
"name": "MushroomIsland",
"rainfall": 1,
"temperature": 0.9
},
"15": {
"id": 15,
"color": 10486015,
"height": [
-1,
0.1
],
"name": "MushroomIslandShore",
"rainfall": 1,
"temperature": 0.9
},
"16": {
"id": 16,
"color": 16440917,
"height": [
0,
0.1
],
"name": "Beach",
"rainfall": 0.4,
"temperature": 0.8
},
"17": {
"id": 17,
"color": 13786898,
"height": [
0.3,
0.8
],
"name": "DesertHills",
"rainfall": 0,
"temperature": 2
},
"18": {
"id": 18,
"color": 2250012,
"height": [
0.3,
0.7
],
"name": "ForestHills",
"rainfall": 0.8,
"temperature": 0.7
},
"19": {
"id": 19,
"color": 1456435,
"height": [
0.3,
0.8
],
"name": "TaigaHills",
"rainfall": 0.8,
"temperature": 0.05
"rainfall": 0.7,
"temperature": 0.2
},
"20": {
"id": 20,
"color": 7501978,
"height": [
0.2,
0.8
],
"name": "Extreme Hills Edge",
"rainfall": 0.3,
"temperature": 0.2
},
"21": {
"id": 21,
"color": 5470985,
"height": [
0.2,
0.4
],
"name": "Jungle",
"rainfall": 0.9,
"temperature": 1.2
},
"22": {
"id": 22,
"color": 2900485,
"height": [
1.8,
0.5
],
"name": "JungleHills",
"rainfall": 0.9,
"temperature": 1.2
},
"23": {
"id": 23,
"color": 6458135,
"name": "JungleEdge",
"rainfall": 0.8,
"temperature": 0.95
},
"24": {
"id": 24,
"color": 48,
"name": "Deep Ocean",
"rainfall": 0.5,
"temperature": 0.5
},
"25": {
"id": 25,
"color": 10658436,
"name": "Stone Beach",
"rainfall": 0.3,
"temperature": 0.2
},
"26": {
"id": 26,
"color": 16445632,
"name": "Cold Beach",
"rainfall": 0.3,
"temperature": 0.05
},
"27": {
"id": 27,
"color": 3175492,
"name": "Birch Forest",
"rainfall": 0.6,
"temperature": 0.6
},
"28": {
"id": 28,
"color": 2055986,
"name": "Birch Forest Hills",
"rainfall": 0.6,
"temperature": 0.6
},
"29": {
"id": 29,
"color": 4215066,
"name": "Roofed Forest",
"rainfall": 0.8,
"temperature": 0.7
},
"30": {
"id": 30,
"color": 3233098,
"name": "Cold Taiga",
"rainfall": 0.4,
"temperature": -0.5
},
"31": {
"id": 31,
"color": 2375478,
"name": "Cold Taiga Hills",
"rainfall": 0.4,
"temperature": -0.5
},
"32": {
"id": 32,
"color": 5858897,
"name": "Mega Taiga",
"rainfall": 0.8,
"temperature": 0.3
},
"33": {
"id": 33,
"color": 4542270,
"name": "Mega Taiga Hills",
"rainfall": 0.8,
"temperature": 0.3
},
"34": {
"id": 34,
"color": 5271632,
"name": "Extreme Hills+",
"rainfall": 0.3,
"temperature": 0.2
},
"35": {
"id": 35,
"color": 12431967,
"name": "Savanna",
"rainfall": 0,
"temperature": 1.2
},
"36": {
"id": 36,
"color": 10984804,
"name": "Savanna Plateau",
"rainfall": 0,
"temperature": 1
},
"37": {
"id": 37,
"color": 14238997,
"name": "Mesa",
"rainfall": 0.5,
"temperature": 2.0
},
"38": {
"id": 38,
"color": 11573093,
"name": "Mesa Plateau F",
"rainfall": 0.5,
"temperature": 2.0
},
"39": {
"id": 39,
"color": 13274213,
"name": "Redwood Taiga Hills M",
"rainfall": 0.5,
"temperature": 2.0
}
}