From 59f180bf1e8da8b6223ecf3a58d580c734f25112 Mon Sep 17 00:00:00 2001 From: RaspberryPiNews Date: Fri, 19 Feb 2021 02:34:07 +0000 Subject: [PATCH 1/8] Add 'FEATURES.MD' --- FEATURES.MD | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 FEATURES.MD diff --git a/FEATURES.MD b/FEATURES.MD new file mode 100644 index 0000000..fa37ce4 --- /dev/null +++ b/FEATURES.MD @@ -0,0 +1,57 @@ +# Features + +- Touch GUI +- === Touch GUI === +Minecraft: Pi Edition includes the Minecraft: Pocket Edition Touch UI. MCPI-Reborn includes a mod that enables it. This is enabled by default because the default UI has bad Survival Mode support. + +=== Survival Mode === +While Minecraft: Pi Edition includes the code necessary for Survival Mode, it is disabled by default. MCPI-Reborn contains a mod that allows you to use Survival Mode. This is always enabled. + +=== Fix Bow & Arrow === +Minecraft: Pi Edition has a broken Bow & Arrow. MCPI-Reborn includes a mod that fixes it. This is enabled by default. + +=== Fix Attacking === +Minecraft: Pi Edition disables attacking mobs/players. MCPI-Reborn includes a mod to re-enable it. This is enabled by default. + +=== Mob Spawning === +Minecraft: Pi Edition and Minecraft: Pocket Edition control mob spawning by game-mode. This mod makes mob spawning independent of game-mode. Mob spawning is enabled by default. + +=== Fancy Graphics === +Minecraft: Pi Edition doesn't have a functioning settings menu, so it is impossible to enable fancy graphics. This means things like clouds and transparent leaves. MCPI-Reborn includes a mod to enable it. This is enabled by default. + +=== Disable Autojump By Default === +Minecraft: Pi Edition and Minecraft: Pocket Edition both contain auto-jump enabled by default. As many people find this annoying when playing with a keyboard and mouse, MCPI-Reborn includes a mod to disable it. This is enabled by default. + +=== Fix Sign Placement === +Minecraft: Pi Edition has the sign editing UI disabled. MCPI-Reborn includes a mod to re-enable it. This is enabled by default. + +=== Show Block Outlines === +Minecraft: Pi Edition and Minecraft: Pocket Edition control whether to highlight the selected block by UI mode. This mod makes it independent of UI mode. Block outlines are enabled by default. + +=== Expand Creative inventory === +This mod adds extra items to the creative inventory, It is disabled by default. + +=== Peaceful Mode === +This mod enables peaceful mode, it is disabled by default. + +=== Animated Water === +Minecraft: Pi Edition includes the old non-animated water texture be default. This mod enables the animated version. This is enabled by default. + +=== Remove Invalid Item background === +When an item that is normally unobtainable is in the inventory, Minecraft: Pi Edition and Minecraft: Pocket Edition render a bright red background behind it. This mod removes it and is enabled by default. + +=== Disable gui_blocks Atlas === +Minecraft: Pi Edition and Minecraft: Pocket Edition include an additional atlas alongside the block and item atlases. This atlas contains pre-rendered images of all blocks and items in the inventory. This makes it so that modifications to the blocks or items atlases don't affect the inventory unless you also modify this atlas. This mod disables this atlas. This is enabled by default. + +=== Smooth Lighting === +Both Minecraft: Pi Edition and Minecraft: Pocket Edition include code for smooth lighting that is disabled by default. This mod enables it and is enabled by default. + +=== 3D Anaglyph === +Both Minecraft: Pi Edition and Minecraft: Pocket Edition include code for 3D anaglyph that is disabled by default. This mod enables it and is disabled by default. + +=== Camera Renderer === +In both Minecraft: Pi Edition and Minecraft: Pocket Edition the [[Camera]] entity renderer is disabled. This re-enables it and makes the [[Camera|Camera's]] particles appear higher so they don't obscure the picture. This is always enabled. + +== Server software == +MCPI-Reborn also has it's own server software with things like survival mode support and mob generation. More info can be found at https://gitea.thebrokenrail.com/TheBrokenRail/minecraft-pi-reborn#dedicated-server. + -- 2.40.1 From deef686c69fdf4dcdb67ecfbfa689176e9fc8910 Mon Sep 17 00:00:00 2001 From: RaspberryPiNews Date: Fri, 19 Feb 2021 02:37:26 +0000 Subject: [PATCH 2/8] Update 'FEATURES.MD' --- FEATURES.MD | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/FEATURES.MD b/FEATURES.MD index fa37ce4..387bf64 100644 --- a/FEATURES.MD +++ b/FEATURES.MD @@ -1,55 +1,57 @@ # Features - Touch GUI -- === Touch GUI === Minecraft: Pi Edition includes the Minecraft: Pocket Edition Touch UI. MCPI-Reborn includes a mod that enables it. This is enabled by default because the default UI has bad Survival Mode support. -=== Survival Mode === +- Survival Mode While Minecraft: Pi Edition includes the code necessary for Survival Mode, it is disabled by default. MCPI-Reborn contains a mod that allows you to use Survival Mode. This is always enabled. -=== Fix Bow & Arrow === +- Fix Bow & Arrow Minecraft: Pi Edition has a broken Bow & Arrow. MCPI-Reborn includes a mod that fixes it. This is enabled by default. -=== Fix Attacking === +- Fix Attacking Minecraft: Pi Edition disables attacking mobs/players. MCPI-Reborn includes a mod to re-enable it. This is enabled by default. -=== Mob Spawning === +- Mob Spawning Minecraft: Pi Edition and Minecraft: Pocket Edition control mob spawning by game-mode. This mod makes mob spawning independent of game-mode. Mob spawning is enabled by default. -=== Fancy Graphics === +- Fancy Graphics Minecraft: Pi Edition doesn't have a functioning settings menu, so it is impossible to enable fancy graphics. This means things like clouds and transparent leaves. MCPI-Reborn includes a mod to enable it. This is enabled by default. -=== Disable Autojump By Default === +- Disable Autojump By Default Minecraft: Pi Edition and Minecraft: Pocket Edition both contain auto-jump enabled by default. As many people find this annoying when playing with a keyboard and mouse, MCPI-Reborn includes a mod to disable it. This is enabled by default. -=== Fix Sign Placement === +- Display Nametags By Default +Show's player nametags above their heads in multiplayer. It is disabled by default. + +- Fix Sign Placement Minecraft: Pi Edition has the sign editing UI disabled. MCPI-Reborn includes a mod to re-enable it. This is enabled by default. -=== Show Block Outlines === +- Show Block Outlines Minecraft: Pi Edition and Minecraft: Pocket Edition control whether to highlight the selected block by UI mode. This mod makes it independent of UI mode. Block outlines are enabled by default. -=== Expand Creative inventory === +- Expand Creative inventory This mod adds extra items to the creative inventory, It is disabled by default. -=== Peaceful Mode === +- Peaceful Mode This mod enables peaceful mode, it is disabled by default. -=== Animated Water === +- Animated Water Minecraft: Pi Edition includes the old non-animated water texture be default. This mod enables the animated version. This is enabled by default. -=== Remove Invalid Item background === +- Remove Invalid Item background When an item that is normally unobtainable is in the inventory, Minecraft: Pi Edition and Minecraft: Pocket Edition render a bright red background behind it. This mod removes it and is enabled by default. -=== Disable gui_blocks Atlas === +- Disable gui_blocks Atlas Minecraft: Pi Edition and Minecraft: Pocket Edition include an additional atlas alongside the block and item atlases. This atlas contains pre-rendered images of all blocks and items in the inventory. This makes it so that modifications to the blocks or items atlases don't affect the inventory unless you also modify this atlas. This mod disables this atlas. This is enabled by default. -=== Smooth Lighting === +- Smooth Lighting Both Minecraft: Pi Edition and Minecraft: Pocket Edition include code for smooth lighting that is disabled by default. This mod enables it and is enabled by default. -=== 3D Anaglyph === +- 3D Anaglyph Both Minecraft: Pi Edition and Minecraft: Pocket Edition include code for 3D anaglyph that is disabled by default. This mod enables it and is disabled by default. -=== Camera Renderer === +- Camera Renderer In both Minecraft: Pi Edition and Minecraft: Pocket Edition the [[Camera]] entity renderer is disabled. This re-enables it and makes the [[Camera|Camera's]] particles appear higher so they don't obscure the picture. This is always enabled. == Server software == -- 2.40.1 From 936dae22c48fa06fdbb0026ff0cf613d5e7806ae Mon Sep 17 00:00:00 2001 From: RaspberryPiNews Date: Fri, 19 Feb 2021 02:38:00 +0000 Subject: [PATCH 3/8] Update 'README.md' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 57fcfa4..c778b5c 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Minecraft: Pi Edition Modding Project [View Manual Installation](docs/INSTALL.md) ## Documentation +- [Features](docs/FEATURES.md) - [View Overriding Assets](docs/OVERRIDING_ASSETS.md) - [View Troubleshooting](docs/TROUBLESHOOTING.md) - [View Dedicated Server](docs/DEDICATED_SERVER.md) -- 2.40.1 From 9cf6131695130303982d6216e1a445732e7cfd8c Mon Sep 17 00:00:00 2001 From: RaspberryPiNews Date: Fri, 19 Feb 2021 02:38:29 +0000 Subject: [PATCH 4/8] Update 'docs/FEATURES.MD' --- FEATURES.MD => docs/FEATURES.MD | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename FEATURES.MD => docs/FEATURES.MD (100%) diff --git a/FEATURES.MD b/docs/FEATURES.MD similarity index 100% rename from FEATURES.MD rename to docs/FEATURES.MD -- 2.40.1 From 069028e15ae8de67db9e0690d7f7078214f716e0 Mon Sep 17 00:00:00 2001 From: RaspberryPiNews Date: Fri, 19 Feb 2021 02:38:57 +0000 Subject: [PATCH 5/8] Update 'docs/FEATURES.MD' --- docs/FEATURES.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FEATURES.MD b/docs/FEATURES.MD index 387bf64..dc96e4b 100644 --- a/docs/FEATURES.MD +++ b/docs/FEATURES.MD @@ -52,7 +52,7 @@ Both Minecraft: Pi Edition and Minecraft: Pocket Edition include code for smooth Both Minecraft: Pi Edition and Minecraft: Pocket Edition include code for 3D anaglyph that is disabled by default. This mod enables it and is disabled by default. - Camera Renderer -In both Minecraft: Pi Edition and Minecraft: Pocket Edition the [[Camera]] entity renderer is disabled. This re-enables it and makes the [[Camera|Camera's]] particles appear higher so they don't obscure the picture. This is always enabled. +In both Minecraft: Pi Edition and Minecraft: Pocket Edition the Camera entity renderer is disabled. This re-enables it and makes the [[Camera|Camera's]] particles appear higher so they don't obscure the picture. This is always enabled. == Server software == MCPI-Reborn also has it's own server software with things like survival mode support and mob generation. More info can be found at https://gitea.thebrokenrail.com/TheBrokenRail/minecraft-pi-reborn#dedicated-server. -- 2.40.1 From bcb54a930804c813dbe9d3494cbc4835085ffce8 Mon Sep 17 00:00:00 2001 From: RaspberryPiNews Date: Fri, 19 Feb 2021 02:39:24 +0000 Subject: [PATCH 6/8] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c778b5c..6c8a3c0 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Minecraft: Pi Edition Modding Project [View Manual Installation](docs/INSTALL.md) ## Documentation -- [Features](docs/FEATURES.md) +- [View Features](docs/FEATURES.md) - [View Overriding Assets](docs/OVERRIDING_ASSETS.md) - [View Troubleshooting](docs/TROUBLESHOOTING.md) - [View Dedicated Server](docs/DEDICATED_SERVER.md) -- 2.40.1 From 6db299440e2e87aa13edc47f08929e49f2454313 Mon Sep 17 00:00:00 2001 From: RaspberryPiNews Date: Sun, 21 Feb 2021 00:43:50 +0000 Subject: [PATCH 7/8] Update 'docs/FEATURES.MD' --- docs/FEATURES.MD | 42 +++++++++++++++++++----------------------- 1 file changed, 19 insertions(+), 23 deletions(-) diff --git a/docs/FEATURES.MD b/docs/FEATURES.MD index dc96e4b..cf5e747 100644 --- a/docs/FEATURES.MD +++ b/docs/FEATURES.MD @@ -1,59 +1,55 @@ # Features -- Touch GUI +## Touch GUI Minecraft: Pi Edition includes the Minecraft: Pocket Edition Touch UI. MCPI-Reborn includes a mod that enables it. This is enabled by default because the default UI has bad Survival Mode support. -- Survival Mode +## Survival Mode While Minecraft: Pi Edition includes the code necessary for Survival Mode, it is disabled by default. MCPI-Reborn contains a mod that allows you to use Survival Mode. This is always enabled. -- Fix Bow & Arrow +## Fix Bow & Arrow Minecraft: Pi Edition has a broken Bow & Arrow. MCPI-Reborn includes a mod that fixes it. This is enabled by default. -- Fix Attacking +## Fix Attacking Minecraft: Pi Edition disables attacking mobs/players. MCPI-Reborn includes a mod to re-enable it. This is enabled by default. -- Mob Spawning +## Mob Spawning Minecraft: Pi Edition and Minecraft: Pocket Edition control mob spawning by game-mode. This mod makes mob spawning independent of game-mode. Mob spawning is enabled by default. -- Fancy Graphics +## Fancy Graphics Minecraft: Pi Edition doesn't have a functioning settings menu, so it is impossible to enable fancy graphics. This means things like clouds and transparent leaves. MCPI-Reborn includes a mod to enable it. This is enabled by default. -- Disable Autojump By Default +## Disable Autojump By Default Minecraft: Pi Edition and Minecraft: Pocket Edition both contain auto-jump enabled by default. As many people find this annoying when playing with a keyboard and mouse, MCPI-Reborn includes a mod to disable it. This is enabled by default. -- Display Nametags By Default +## Display Nametags By Default Show's player nametags above their heads in multiplayer. It is disabled by default. -- Fix Sign Placement +## Fix Sign Placement Minecraft: Pi Edition has the sign editing UI disabled. MCPI-Reborn includes a mod to re-enable it. This is enabled by default. -- Show Block Outlines +## Show Block Outlines Minecraft: Pi Edition and Minecraft: Pocket Edition control whether to highlight the selected block by UI mode. This mod makes it independent of UI mode. Block outlines are enabled by default. -- Expand Creative inventory +## Expand Creative inventory This mod adds extra items to the creative inventory, It is disabled by default. -- Peaceful Mode +## Peaceful Mode This mod enables peaceful mode, it is disabled by default. -- Animated Water +## Animated Water Minecraft: Pi Edition includes the old non-animated water texture be default. This mod enables the animated version. This is enabled by default. -- Remove Invalid Item background +## Remove Invalid Item background When an item that is normally unobtainable is in the inventory, Minecraft: Pi Edition and Minecraft: Pocket Edition render a bright red background behind it. This mod removes it and is enabled by default. -- Disable gui_blocks Atlas +## Disable gui_blocks Atlas Minecraft: Pi Edition and Minecraft: Pocket Edition include an additional atlas alongside the block and item atlases. This atlas contains pre-rendered images of all blocks and items in the inventory. This makes it so that modifications to the blocks or items atlases don't affect the inventory unless you also modify this atlas. This mod disables this atlas. This is enabled by default. -- Smooth Lighting +## Smooth Lighting Both Minecraft: Pi Edition and Minecraft: Pocket Edition include code for smooth lighting that is disabled by default. This mod enables it and is enabled by default. -- 3D Anaglyph +## 3D Anaglyph Both Minecraft: Pi Edition and Minecraft: Pocket Edition include code for 3D anaglyph that is disabled by default. This mod enables it and is disabled by default. -- Camera Renderer -In both Minecraft: Pi Edition and Minecraft: Pocket Edition the Camera entity renderer is disabled. This re-enables it and makes the [[Camera|Camera's]] particles appear higher so they don't obscure the picture. This is always enabled. - -== Server software == -MCPI-Reborn also has it's own server software with things like survival mode support and mob generation. More info can be found at https://gitea.thebrokenrail.com/TheBrokenRail/minecraft-pi-reborn#dedicated-server. - +## Camera Renderer +In both Minecraft: Pi Edition and Minecraft: Pocket Edition the Camera entity renderer is disabled. This re-enables it and makes the [[Camera|Camera's]] particles appear higher so they don't obscure the picture. This is always enabled. \ No newline at end of file -- 2.40.1 From 30f8ca22a17b75d8505960b5a22bb39949a09aa5 Mon Sep 17 00:00:00 2001 From: RaspberryPiNews Date: Wed, 3 Mar 2021 16:31:01 +0000 Subject: [PATCH 8/8] Update 'docs/DEDICATED_SERVER.md' --- docs/DEDICATED_SERVER.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DEDICATED_SERVER.md b/docs/DEDICATED_SERVER.md index b299ed6..0b12599 100644 --- a/docs/DEDICATED_SERVER.md +++ b/docs/DEDICATED_SERVER.md @@ -1,9 +1,9 @@ # Dedicated Server The dedicated server is a version of Minecraft: Pi Edition modified to run in a headless environment. It loads settings from a ``server.properties`` file. -To use, install the ``minecraft-pi-reborn-server`` package and run ``minecraft-pi-reborn-server``. It will generate the world and ``server.properties`` in the current directory. +To use, install the ``minecraft-pi-reborn-server`` package and run ``minecraft-pi-server``. It will generate the world and ``server.properties`` in the current directory. -This server is also compatible with MCPE Alpha v0.6.1. +This server is also compatible with all MCPE Alpha v0.6.1 clients. ## Server Limitations - Player data is not saved because of limitations with MCPE LAN worlds -- 2.40.1