Add nether and end portal (WIP)
New mod: mcl_portals, based on maikerumine's work
This commit is contained in:
parent
895fc7d757
commit
657851125f
11 changed files with 836 additions and 0 deletions
9
mods/MAPGEN/mcl_portals/README.md
Normal file
9
mods/MAPGEN/mcl_portals/README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Portals mod for MineClone 2
|
||||
## How to create portals
|
||||
|
||||
Nether portal: Build an upright frame of obsidian, 4 blocks wide and 5 blocks high, and use a flint and steel inside it.
|
||||
End portal: Build an upright frame of red nether brick blocks, 4 blocks wide and 5 blocks high, and use an eye of ender inside it.
|
||||
|
||||
## Credits
|
||||
Created by maikerumine and Wuzzy.
|
||||
License: MIT License (see `LICENSE`).
|
Loading…
Add table
Add a link
Reference in a new issue