web/tutorials/biomes.html

52 lines
1.9 KiB
HTML
Raw Normal View History

2020-03-23 19:42:12 -06:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<script language=javascript src=../common.js></script>
<script language=javascript>
start_page("../"); //path to root direction
</script>
<b><hr>WIP: Known Overworld Biomes<hr></b>
<script language=javascript>
images = [
{img:"img/stone_cliffs.png", txt:"Stone Cliffs"},
];
galery(images, "300px");
</script>
<hr>
Stone cliffs are the highest naturally generating biome known as of yet. No trees are known to spawn on these cliffs. They can rise up to 3000m in the sky, mostly covered with snow along the way. Past 1500m, many diamond ores and mese blocks are on the faces of these cliffs. The only mob that can survive in these extreme conditions is the Dragon.
<hr>
<script language=javascript>
images = [
{img:"img/bamboo_forest.png", txt:"Bamboo Forest"},
];
galery(images, "300px");
</script>
<hr>
The Bamboo forest can encompass large regions around mountains, with massive numbers of large bushes and bamboo shoots covering the dirt. No trees are naturally spawned in this biome other than bamboo. High concentrations of the Phonolite biome can be found in the caves of the Bamboo Forest. Pandas spawn in this biome, exclusively.
<hr>
<script language=javascript>
images = [
{img:"img/snowy_flats.png", txt:"Snowy Flats"},
];
galery(images, "300px");
</script>
<hr>
A medium-sized biome with large flats of snow, and igloos mythed to be inhabited by tarantulas. The only foilage in this biome is the Firethorn Shrub. No trees are naturally spawned in this biome. Under the snow are large ice beds, with icy caverns as well. Polar bears and penguins spawn here, with the possibility of Tarantulas.
<hr>
<b><hr>WIP: Known Underground Biomes<hr></b>
<b><hr>WIP: Known Mini-Server Biomes<hr></b>
<script language=javascript>
end_page();
</script>
</html>