Skip to content

Commit

Permalink
more pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jagrosh committed Apr 28, 2019
1 parent 1181c13 commit d5654aa
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 13 deletions.
12 changes: 12 additions & 0 deletions LootRecipes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Loot Recipes
This data pack adds recipes for items that are normally only obtainable from looting dungeons or other generated structures. This pack is intended to allow new players to obtain these kinds of items without having to explore vast distances (due to existing dungeons already being looted).

### Recipes
![Saddle](/images/crafting/saddle.png)
![Enchanted Golden Apple](/images/crafting/enchanted_golden_apple.png)
![Iron Horse Armor](/images/crafting/iron_horse_armor.png)
![Golden Horse Armor](/images/crafting/golden_horse_armor.png)
![Diamond Horse Armor](/images/crafting/diamond_horse_armor.png)
![Trident](/images/crafting/trident.png)
![Bell](/images/crafting/bell.png)
![Name Tag](/images/crafting/name_tag.png)
20 changes: 7 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,15 @@ Players don't need to know any commands to play regular vanilla survival minecra
#### **Add complex systems for players to learn**
Similarly, this is not a modpack that introduces a lot of new blocks and tutorials; the features in AlmostVanilla should not be more-complicated than the regular features in vanilla.

## Features
### Recipes
![Saddle](/images/crafting/saddle.png)
![Enchanted Golden Apple](/images/crafting/enchanted_golden_apple.png)
![Iron Horse Armor](/images/crafting/iron_horse_armor.png)
![Golden Horse Armor](/images/crafting/golden_horse_armor.png)
![Diamond Horse Armor](/images/crafting/diamond_horse_armor.png)
![Trident](/images/crafting/trident.png)
![Bell](/images/crafting/bell.png)
![Name Tag](/images/crafting/name_tag.png)
## Packs
### [Loot Recipes](/LootRecipes) (provide recipes for crafting dungeon loot)
### [Score Display](/ScoreDisplay) (show health and levels to other players)
### [Silk Touch Spawners](/SilktouchSpawners) (pick up spawners with silk touch)

## Planned Features
### Loot
- Elytra & Dragon Head drops from Ender Dragon
- Mine Spawners with Silk Touch
- Elytra & Dragon Head drops from Ender Dragon

### Gameplay
- Drop from The End into the Overworld
- Drop from The End into the Overworld
- Armor Stands with arms
2 changes: 2 additions & 0 deletions ScoreDisplay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## Score Display
This pack shows players' health below their name, and their current exp level on the player list.
9 changes: 9 additions & 0 deletions SilktouchSpawners.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Silk Touch Spawners
This data pack allows using a silk touch pickaxe to pick up mob spawners.

### Functionality
- When breaking mob spawners with regular (non-silk touch) tools, the behavior of the game is not affected; the mob spawner will break, and drop exp if mined with a pickaxe.
- When breaking mob spawners with a silk touch pickaxe, no exp is dropped, and instead the spawner item is dropped.
- When placed in the overworld, the spawner will spawn zombies, skeletons, or spiders (one will be randomly chosen during placement)
- When placed in the nether, the spawner will spawn blazes.
- When placed in the end, the spawner will spawn endermen.

0 comments on commit d5654aa

Please sign in to comment.