Skip to content

Commit 5c74256

Browse files
committed
Consistent File Naming
1 parent ce2d780 commit 5c74256

28 files changed

+67
-64
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/docs/Reborn/Latest
2-
/docs/Reborn/Legacy
1+
/docs/reborn/master
2+
/docs/reborn/2.x
33
/.vscode
44
/site
5+
/tmp

docs/README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Home
2+
3+
Welcome to the MCPI-Revival wiki, a place dedicated to document
4+
Minecraft Pi Edition's features and quirks, as well as the projects
5+
we've made. Many of these pages provide a small overview of this
6+
project. Scroll to the bottom of this page to view our entire library of
7+
documentation.
8+
9+
## Vanilla
10+
11+
* [Minecraft: Pi Edition 0.1.0](game/VERSION_0.1.0.md)
12+
* [Minecraft: Pi Edition v0.1.1](game/VERSION_0.1.1.md)
13+
* [Minecraft: Pi Edition Scripting API](game/SCRIPTING_API.md)
14+
15+
### Lists
16+
17+
* [Minecraft: Pi Edition Complete Block List](game/lists/BLOCK_LIST.md)
18+
* [Minecraft: Pi Edition Complete Item List](game/lists/ITEM_LIST.md)
19+
- [Minecraft: Pi Edition Complete Entity List](game/lists/ENTITY_LIST.md)
20+
- [Minecraft: Pi Edition Complete Biome List](game/lists/BIOME_LIST.md)
21+
- [Minecraft: Pi Edition Complete Tile Entity List](game/lists/TILE_ENTITY_LIST.md)
22+
- [Minecraft: Pi Edition Complete Render Shape List](game/lists/RENDER_SHAPE_LIST.md)
23+
24+
## Mods/Utilities
25+
26+
* [MCPI-Reborn](reborn/INTRO.md)
27+
* [MCPI-Reborn Mods](reborn/OTHER_MODS.md)
28+
29+
## Abandoned Projects
30+
31+
* [MCPIL](abandoned/MCPIL.md)
32+
* [gMCPIL](abandoned/GMCPIL.md)
33+
34+
## Miscellaneous
35+
36+
* [Discord](https://discord.com/invite/aDqejQGMMy)

docs/Reborn/SUMMARY.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/SUMMARY.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
* [Home](index.md)
2-
* [Game](Game/)
3-
* [Reborn](Reborn/)
4-
* [Multiplayer](Multiplayer/)
5-
* [Abandoned](Abandoned/)
1+
* [Home](README.md)
2+
* [Game](game/)
3+
* [Reborn](reborn/)
4+
* [Multiplayer](multiplayer/)
5+
* [Abandoned](abandoned/)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# gMCPIL
22

33
gMCPIL is a simple launcher for
4-
[MCPI-Reborn 2.X](../Reborn/Legacy/INTRO.md) (a modern remake of MCPI) made
4+
[MCPI-Reborn 2.X](../reborn/2.x/INTRO.md) (a modern remake of MCPI) made
55
with Vala and GTK+.
66

77
It was officially discontinued on Mar 20, 2022.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Edition, developed and maintained by the MCPI Revival project.
88
The original Launcher started as the main project of MCPI-Revival
99
(previously known as MCPI-Devs), featuring various projects such as
1010
ModPi and the multiplayer proxy, but when
11-
[MCPI-Reborn](../Reborn/Introduction.md) (previously MCPI-Docker) was
11+
[MCPI-Reborn](../reborn/INTRO.md) (previously MCPI-Docker) was
1212
created, the project tried to be compatible with it, resulting in a
1313
fragile *"only works on my machine"* program. After an hiatus, the
1414
project was abandoned. It was officially deprecated after after the
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Creator Mode
22

3-
Creator Mode is a special game mode used internally by [Minecraft: Pi Edition](Version_0.1.1.md).
3+
Creator Mode is a special game mode used internally by [Minecraft: Pi Edition](VERSION_0.1.1.md).
44
It is almost identical to the Creative Mode, and it is hardcoded to be the default
55
MCPI game mode.[^1] The main difference with the Creative Mode is that,
66
by default, time does not advance, since it does not call a "tick"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Scripting API Protocol Documentation:
44

55
* <https://wiki.vg/Minecraft_Pi_Protocol>
6-
* [Reborn's API Reference](../Reborn/Latest/API.md)
6+
* [Reborn's API Reference](../reborn/master/API.md)
77

88
Scripting API Reference: <https://www.stuffaboutcode.com/p/minecraft-api-reference.html>
99

docs/game/SUMMARY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* *.md
2+
* [Lists](lists/)

0 commit comments

Comments
 (0)