Skip to content

Commit

Permalink
most of files
Browse files Browse the repository at this point in the history
  • Loading branch information
thatdudejr authored Sep 22, 2023
1 parent 0ba8c1f commit 84a8863
Show file tree
Hide file tree
Showing 48 changed files with 4,358 additions and 0 deletions.
94 changes: 94 additions & 0 deletions achievement-guide.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Minecraft Wiki - Achievement Guide</title>
</head>
<body>
<header>
<h1>Minecraft Achievement Guide</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="blocks.html">Blocks</a></li>
<li><a href="items.html">Items</a></li>
<li><a href="crafting.html">Crafting</a></li>
<li><a href="mining.html">Mining</a></li>
<li><a href="farming.html">Farming</a></li>
<li><a href="enchanting.html">Enchanting</a></li>
<li><a href="brewing.html">Brewing</a></li>
<li><a href="redstone.html">Redstone</a></li>
<li><a href="biomes.html">Biomes</a></li>
<li><a href="mobs.html">Mobs</a></li>
<li><a href="villagers.html">Villagers</a></li>
<li><a href="structures.html">Structures</a></li>
<li><a href="nether.html">Nether</a></li>
<li><a href="end.html">The End</a></li>
<li><a href="adventuring.html">Adventuring</a></li>
<li><a href="survival.html">Survival Tips</a></li>
<li><a href="creative.html">Creative Mode</a></li>
<li><a href="mods.html">Mods</a></li>
<li><a href="textures.html">Textures</a></li>
<li><a href="skins.html">Skins</a></li>
<li><a href="servers.html">Multiplayer Servers</a></li>
<li><a href="commands.html">Commands</a></li>
<li><a href="tutorials.html">Tutorials</a></li>
<li><a href="updates.html">Game Updates</a></li>
<li><a href="biome-list.html">Biome List</a></li>
<li><a href="achievement-guide.html">Achievement Guide</a></li>
<li><a href="history.html">Minecraft History</a></li>
<li><a href="tips-tricks.html">Tips and Tricks</a></li>
<li><a href="potions.html">Potions</a></li>
<li><a href="enemies.html">Hostile Mobs</a></li>
<li><a href="pets.html">Pets and Taming</a></li>
<li><a href="fishing.html">Fishing</a></li>
<li><a href="mysteries.html">Minecraft Mysteries</a></li>
<li><a href="music-discs.html">Collecting Music Discs</a></li>
<li><a href="strongholds.html">Strongholds and the Ender Portal</a></li>
<li><a href="multiplayer-games.html">Multiplayer Mini-Games</a></li>
<li><a href="end-dragon.html">Defeating the Ender Dragon</a></li>
<li><a href="infinity-cities.html">Infinite Cities in the End</a></li>
<li><a href="minecraft-legends.html">Minecraft Urban Legends</a></li>
<li><a href="underground-farms.html">Underground Farms</a></li>
<li><a href="building-challenges.html">Building Challenges</a></li>
<li><a href="food-and-hunger.html">Food and Hunger</a></li>
<li><a href="superweapons.html">Creating Superweapons</a></li>
<li><a href="nether-structures.html">Nether Structures</a></li>
<li><a href="cursed-items.html">Cursed Items and Effects</a></li>
<li><a href="alchemy-secrets.html">Alchemy Secrets</a></li>
<li><a href="mob-arenas.html">Mob Arenas and Challenges</a></li>
<li><a href="rare-structures.html">Discovering Rare Structures</a></li>
<li><a href="mob-riding.html">Riding Mobs</a></li>
<li><a href="achievement-guide.html" class="active">Achievement Guide</a></li>
</ul>
</nav>
</header>

<main>
<section>
<h2>Minecraft Achievement Guide</h2>
<p>Achievements in Minecraft are special goals and challenges that players can complete in the game. Earning achievements can be a rewarding experience and a testament to a player's skills.</p>
</section>

<section>
<h2>Popular Achievements</h2>
<p>Here are some popular achievements in Minecraft:</p>
<ul>
<li>Getting Wood (Harvest your first log from a tree)</li>
<li>Overpowered (Eat a Notch apple)</li>
<li>The End? (Enter the End Portal)</li>
<li>Adventuring Time (Discover 37 biomes)</li>
<li>On A Rail (Travel by minecart to a point at least 1 km from where you started)</li>
<!-- Add more achievements as needed -->
</ul>
</section>
</main>

<footer>
<p>&copy; 2023 Minecraft Wiki</p>
</footer>
</body>
</html>

93 changes: 93 additions & 0 deletions adventuring.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Minecraft Wiki - Adventuring</title>
</head>
<body>
<header>
<h1>Adventuring in Minecraft</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="blocks.html">Blocks</a></li>
<li><a href="items.html">Items</a></li>
<li><a href="crafting.html">Crafting</a></li>
<li><a href="mining.html">Mining</a></li>
<li><a href="farming.html">Farming</a></li>
<li><a href="enchanting.html">Enchanting</a></li>
<li><a href="brewing.html">Brewing</a></li>
<li><a href="redstone.html">Redstone</a></li>
<li><a href="biomes.html">Biomes</a></li>
<li><a href="mobs.html">Mobs</a></li>
<li><a href="villagers.html">Villagers</a></li>
<li><a href="structures.html">Structures</a></li>
<li><a href="nether.html">Nether</a></li>
<li><a href="end.html">The End</a></li>
<li><a href="adventuring.html">Adventuring</a></li>
<li><a href="survival.html">Survival Tips</a></li>
<li><a href="creative.html">Creative Mode</a></li>
<li><a href="mods.html">Mods</a></li>
<li><a href="textures.html">Textures</a></li>
<li><a href="skins.html">Skins</a></li>
<li><a href="servers.html">Multiplayer Servers</a></li>
<li><a href="commands.html">Commands</a></li>
<li><a href="tutorials.html">Tutorials</a></li>
<li><a href="updates.html">Game Updates</a></li>
<li><a href="biome-list.html">Biome List</a></li>
<li><a href="achievement-guide.html">Achievement Guide</a></li>
<li><a href="history.html">Minecraft History</a></li>
<li><a href="tips-tricks.html">Tips and Tricks</a></li>
<li><a href="potions.html">Potions</a></li>
<li><a href="enemies.html">Hostile Mobs</a></li>
<li><a href="pets.html">Pets and Taming</a></li>
<li><a href="fishing.html">Fishing</a></li>
<li><a href="mysteries.html">Minecraft Mysteries</a></li>
<li><a href="music-discs.html">Collecting Music Discs</a></li>
<li><a href="strongholds.html">Strongholds and the Ender Portal</a></li>
<li><a href="multiplayer-games.html">Multiplayer Mini-Games</a></li>
<li><a href="end-dragon.html">Defeating the Ender Dragon</a></li>
<li><a href="infinity-cities.html">Infinite Cities in the End</a></li>
<li><a href="minecraft-legends.html">Minecraft Urban Legends</a></li>
<li><a href="underground-farms.html">Underground Farms</a></li>
<li><a href="building-challenges.html">Building Challenges</a></li>
<li><a href="food-and-hunger.html">Food and Hunger</a></li>
<li><a href="superweapons.html">Creating Superweapons</a></li>
<li><a href="nether-structures.html">Nether Structures</a></li>
<li><a href="cursed-items.html">Cursed Items and Effects</a></li>
<li><a href="alchemy-secrets.html">Alchemy Secrets</a></li>
<li><a href="mob-arenas.html">Mob Arenas and Challenges</a></li>
<li><a href="rare-structures.html">Discovering Rare Structures</a></li>
<li><a href="mob-riding.html">Riding Mobs</a></li>
</ul>
</nav>
</header>

<main>
<section>
<h2>Adventuring in Minecraft</h2>
<p>Adventuring is at the core of Minecraft gameplay. Whether exploring caves, battling mobs, or embarking on epic quests, Minecraft offers endless adventures for players to experience.</p>
</section>

<section>
<h2>Exploration and Challenges</h2>
<p>Some aspects of adventuring in Minecraft include:</p>
<ul>
<li>Cave Exploration</li>
<li>Underground Mining</li>
<li>Monster Hunting</li>
<li>Exploring New Dimensions</li>
<li>Collecting Rare Loot</li>
<!-- Add more adventure-related content as needed -->
</ul>
</section>
</main>

<footer>
<p>&copy; 2023 Minecraft Wiki</p>
</footer>
</body>
</html>

89 changes: 89 additions & 0 deletions alchemy-secrets.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Minecraft Wiki - Alchemy Secrets</title>
</head>
<body>
<header>
<h1>Alchemy Secrets in Minecraft</h1>
<nav>
<li><a href="index.html">Home</a></li>
<li><a href="blocks.html">Blocks</a></li>
<li><a href="items.html">Items</a></li>
<li><a href="crafting.html">Crafting</a></li>
<li><a href="mining.html">Mining</a></li>
<li><a href="farming.html">Farming</a></li>
<li><a href="enchanting.html">Enchanting</a></li>
<li><a href="brewing.html">Brewing</a></li>
<li><a href="redstone.html">Redstone</a></li>
<li><a href="biomes.html">Biomes</a></li>
<li><a href="mobs.html">Mobs</a></li>
<li><a href="villagers.html">Villagers</a></li>
<li><a href="structures.html">Structures</a></li>
<li><a href="nether.html">Nether</a></li>
<li><a href="end.html">The End</a></li>
<li><a href="adventuring.html">Adventuring</a></li>
<li><a href="survival.html">Survival Tips</a></li>
<li><a href="creative.html">Creative Mode</a></li>
<li><a href="mods.html">Mods</a></li>
<li><a href="textures.html">Textures</a></li>
<li><a href="skins.html">Skins</a></li>
<li><a href="servers.html">Multiplayer Servers</a></li>
<li><a href="commands.html">Commands</a></li>
<li><a href="tutorials.html">Tutorials</a></li>
<li><a href="updates.html">Game Updates</a></li>
<li><a href="biome-list.html">Biome List</a></li>
<li><a href="achievement-guide.html">Achievement Guide</a></li>
<li><a href="history.html">Minecraft History</a></li>
<li><a href="tips-tricks.html">Tips and Tricks</a></li>
<li><a href="potions.html">Potions</a></li>
<li><a href="enemies.html">Hostile Mobs</a></li>
<li><a href="pets.html">Pets and Taming</a></li>
<li><a href="fishing.html">Fishing</a></li>
<li><a href="mysteries.html">Minecraft Mysteries</a></li>
<li><a href="music-discs.html">Collecting Music Discs</a></li>
<li><a href="strongholds.html">Strongholds and the Ender Portal</a></li>
<li><a href="multiplayer-games.html">Multiplayer Mini-Games</a></li>
<li><a href="end-dragon.html">Defeating the Ender Dragon</a></li>
<li><a href="infinity-cities.html">Infinite Cities in the End</a></li>
<li><a href="minecraft-legends.html">Minecraft Urban Legends</a></li>
<li><a href="underground-farms.html">Underground Farms</a></li>
<li><a href="building-challenges.html">Building Challenges</a></li>
<li><a href="food-and-hunger.html">Food and Hunger</a></li>
<li><a href="superweapons.html">Creating Superweapons</a></li>
<li><a href="nether-structures.html">Nether Structures</a></li>
<li><a href="cursed-items.html">Cursed Items and Effects</a></li>
<li><a href="alchemy-secrets.html">Alchemy Secrets</a></li>
<li><a href="mob-arenas.html">Mob Arenas and Challenges</a></li>
<li><a href="rare-structures.html">Discovering Rare Structures</a></li>
<li><a href="mob-riding.html">Riding Mobs</a></li>
</nav>
</header>

<main>
<section>
<h2>Alchemy Secrets</h2>
<p>Alchemy is a mystical and powerful art in Minecraft that allows players to brew potions with various effects. Discovering the secrets of alchemy can be a game-changer.</p>
</section>

<section>
<h2>Mastering Alchemy</h2>
<p>To master alchemy in Minecraft, you can:</p>
<ul>
<li>Collect rare ingredients</li>
<li>Learn potion recipes and effects</li>
<li>Set up a brewing station</li>
<li>Experiment with potion combinations</li>
<!-- Add more details about alchemy as needed -->
</ul>
</section>
</main>

<footer>
<p>&copy; 2023 Minecraft Wiki</p>
</footer>
</body>
</html>
92 changes: 92 additions & 0 deletions biome-list.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Minecraft Wiki - Biome List</title>
</head>
<body>
<header>
<h1>Minecraft Biome List</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="blocks.html">Blocks</a></li>
<li><a href="items.html">Items</a></li>
<li><a href="crafting.html">Crafting</a></li>
<li><a href="mining.html">Mining</a></li>
<li><a href="farming.html">Farming</a></li>
<li><a href="enchanting.html">Enchanting</a></li>
<li><a href="brewing.html">Brewing</a></li>
<li><a href="redstone.html">Redstone</a></li>
<li><a href="biomes.html">Biomes</a></li>
<li><a href="mobs.html">Mobs</a></li>
<li><a href="villagers.html">Villagers</a></li>
<li><a href="structures.html">Structures</a></li>
<li><a href="nether.html">Nether</a></li>
<li><a href="end.html">The End</a></li>
<li><a href="adventuring.html">Adventuring</a></li>
<li><a href="survival.html">Survival Tips</a></li>
<li><a href="creative.html">Creative Mode</a></li>
<li><a href="mods.html">Mods</a></li>
<li><a href="textures.html">Textures</a></li>
<li><a href="skins.html">Skins</a></li>
<li><a href="servers.html">Multiplayer Servers</a></li>
<li><a href="commands.html">Commands</a></li>
<li><a href="tutorials.html">Tutorials</a></li>
<li><a href="updates.html">Game Updates</a></li>
<li><a href="biome-list.html">Biome List</a></li>
<li><a href="achievement-guide.html">Achievement Guide</a></li>
<li><a href="history.html">Minecraft History</a></li>
<li><a href="tips-tricks.html">Tips and Tricks</a></li>
<li><a href="potions.html">Potions</a></li>
<li><a href="enemies.html">Hostile Mobs</a></li>
<li><a href="pets.html">Pets and Taming</a></li>
<li><a href="fishing.html">Fishing</a></li>
<li><a href="mysteries.html">Minecraft Mysteries</a></li>
<li><a href="music-discs.html">Collecting Music Discs</a></li>
<li><a href="strongholds.html">Strongholds and the Ender Portal</a></li>
<li><a href="multiplayer-games.html">Multiplayer Mini-Games</a></li>
<li><a href="end-dragon.html">Defeating the Ender Dragon</a></li>
<li><a href="infinity-cities.html">Infinite Cities in the End</a></li>
<li><a href="minecraft-legends.html">Minecraft Urban Legends</a></li>
<li><a href="underground-farms.html">Underground Farms</a></li>
<li><a href="building-challenges.html">Building Challenges</a></li>
<li><a href="food-and-hunger.html">Food and Hunger</a></li>
<li><a href="superweapons.html">Creating Superweapons</a></li>
<li><a href="nether-structures.html">Nether Structures</a></li>
<li><a href="cursed-items.html">Cursed Items and Effects</a></li>
<li><a href="alchemy-secrets.html">Alchemy Secrets</a></li>
<li><a href="mob-arenas.html">Mob Arenas and Challenges</a></li>
<li><a href="rare-structures.html">Discovering Rare Structures</a></li>
<li><a href="mob-riding.html">Riding Mobs</a></li>
</ul>
</nav>
</header>

<main>
<section>
<h2>Minecraft Biome List</h2>
<p>Biomes in Minecraft are distinct regions with unique terrain, vegetation, and climate characteristics. Exploring different biomes is an exciting part of the game.</p>
</section>

<section>
<h2>Notable Biomes</h2>
<p>Here are some notable biomes you can find in Minecraft:</p>
<ul>
<li>Forest Biome</li>
<li>Desert Biome</li>
<li>Taiga Biome</li>
<li>Savanna Biome</li>
<li>Mushroom Island Biome</li>
<!-- Add more biomes as needed -->
</ul>
</section>
</main>

<footer>
<p>&copy; 2023 Minecraft Wiki</p>
</footer>
</body>
</html>
Loading

0 comments on commit 84a8863

Please sign in to comment.