Compare commits
3 commits
f60fcfc468
...
ece0568215
Author | SHA1 | Date | |
---|---|---|---|
ece0568215 | |||
dd80f5e2cb | |||
91f3e77202 |
3 changed files with 10 additions and 18 deletions
|
@ -5,7 +5,7 @@ description: Want to play on Bedrock? No problem, check it out!
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Bedrock
|
# Bedrock Compatibility
|
||||||
|
|
||||||
Bedrock support is provided by the [Geyser](https://geysermc.org/) plugin in conjunction with the [Floodgate](https://wiki.geysermc.org/floodgate/) plugin on our proxy server. Stability is not guaranteed, however, in my experience it is pretty stable and reliable.
|
Bedrock support is provided by the [Geyser](https://geysermc.org/) plugin in conjunction with the [Floodgate](https://wiki.geysermc.org/floodgate/) plugin on our proxy server. Stability is not guaranteed, however, in my experience it is pretty stable and reliable.
|
||||||
|
|
||||||
|
@ -57,3 +57,6 @@ I am working on setting up my own version of this, however for now [here is a tu
|
||||||
|
|
||||||
??? Tip "I keep getting asked for my Microsoft account."
|
??? Tip "I keep getting asked for my Microsoft account."
|
||||||
Have you [linked](https://link.geysermc.org/method/online) your Java account?
|
Have you [linked](https://link.geysermc.org/method/online) your Java account?
|
||||||
|
|
||||||
|
??? Tip "Player skins are missing, render incorrectly, or are generally broken"
|
||||||
|
This is expected as Java and Bedrock use different UUIDs and different skin models.
|
|
@ -1,16 +0,0 @@
|
||||||
---
|
|
||||||
icon: material/image
|
|
||||||
description: Check out some pictures from around the server!
|
|
||||||
---
|
|
||||||
|
|
||||||
# Gallery
|
|
||||||
|
|
||||||
## [Check out the gallery!](https://gallery.midnightvalley.net)
|
|
||||||
|
|
||||||
## Submit a pic!
|
|
||||||
|
|
||||||
To submit a pic to the gallery, all you need to do is send it with a title to `#gallery-submission` on the Discord server!
|
|
||||||
|
|
||||||
## Special Shots
|
|
||||||
|
|
||||||
If you want to get a shot from an angle that's not normally possible in Survival for example, reach out to Subnet and he can use some admin trickery to help you out!
|
|
5
requirements.txt
Normal file
5
requirements.txt
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
mkdocs==1.5.3
|
||||||
|
mkdocs-material==9.5.4
|
||||||
|
mkdocs-material-extensions==1.3.1
|
||||||
|
mkdocs-glightbox==0.3.6
|
||||||
|
mkdocs-rss-plugin==1.12.0
|
Loading…
Reference in a new issue