https://github.com/2mal3/shadow-travel
Travel through the world with the help of the shadows
https://github.com/2mal3/shadow-travel
datapack mc-build mcfunction minecraft
Last synced: 2 months ago
JSON representation
Travel through the world with the help of the shadows
- Host: GitHub
- URL: https://github.com/2mal3/shadow-travel
- Owner: 2mal3
- License: lgpl-3.0
- Created: 2022-10-30T22:03:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T17:35:20.000Z (over 2 years ago)
- Last Synced: 2023-03-10T06:12:09.103Z (about 2 years ago)
- Topics: datapack, mc-build, mcfunction, minecraft
- Language: Monkey C
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Shadow-Travel
  
Travel through the world with the help of the shadows!
If a player is in absolute darkness for too long, a portal to another world will open. In this shadow dimension, one block is equivalent to 16 blocks in the overworld, which makes it excellent for travelling long distances.
A single portal is not very useful, but the more portals that are opened from the overworld, the larger and more complex, and therefore more useful, the network becomes.But be careful, if even one ray of light hits the portal in the overworld, it will be destroyed, and staying too long in the shadow dimension also has its consequences.
## 📒 Notes
- tested for Fabric and Vanilla in 1.19
- bug reports and suggestions are best done on [GitHub](https://github.com/2mal3/Shadow-Travel/issues)
- to uninstall run `/function shtr:core/uninstall`## Credits
- [Datapack Generators](https://misode.github.io/)
- [MCStacker](https://mcstacker.net/)
- [mc-build](https://github.com/mc-build/mc-build)
- [Doms Nexus](https://github.com/Dominexis/Doms-Nexus) (random number generator)
- [BSL Shaders](https://www.curseforge.com/minecraft/customization/bsl-shaders)