From ec2ba5c158c0a5c5649efbaa8d51487b0a643029 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Tue, 16 May 2023 04:08:25 +0200 Subject: [PATCH] Clean things up --- README.md | 5 +-- overview.md | 16 +++++++++ survival/item_sorter.md | 67 +++++++------------------------------ survival/locations.md | 16 +++++++++ mods.md => survival/mods.md | 2 +- 5 files changed, 46 insertions(+), 60 deletions(-) mode change 100644 => 120000 README.md create mode 100644 overview.md create mode 100644 survival/locations.md rename mods.md => survival/mods.md (98%) diff --git a/README.md b/README.md deleted file mode 100644 index 32b269b..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -# Minecraft-Server - -- [Info about the server(s)](./minecraft_server_info.md) -- [Recommended mods](./mods.md) \ No newline at end of file diff --git a/README.md b/README.md new file mode 120000 index 0000000..75cc59e --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +overview.md \ No newline at end of file diff --git a/overview.md b/overview.md new file mode 100644 index 0000000..e5bbe3c --- /dev/null +++ b/overview.md @@ -0,0 +1,16 @@ +# Minecraft Servers + +My servers are whitelisted - get in touch if you’re interested. + +## Survival Server + +For now, the only Minecraft server here that’s consistently running. Be warned that you may need a beefy computer for an enjoyable experience around the spawn area. + +- Real Minecraft: `lostcave.ddnss.de:45539` +- Bedrock Minecraft: `lostcave.ddnss.de` port `45540` + +The server itself runs on 1.18.2 but it is set up with ViaVersion and Geyser to allow newer/older clients as well as Bedrock to connect. Yell at me if either are out of date again - I tend not to notice due to mostly sticking to 1.18. + +- Locations: [link](./survival/locations.md) +- Item sorter index: [link](./survival/item-sorter.md) +- Recommended mods: [link](./survival/mods.md) diff --git a/survival/item_sorter.md b/survival/item_sorter.md index 219c4f4..c80befb 100644 --- a/survival/item_sorter.md +++ b/survival/item_sorter.md @@ -1,53 +1,12 @@ -# LostCave Minecraft Servers - -Welcome to LostCave! - -This file contains most of the information that you will want to know about the servers I run. -This includes: -- where to find stuff (important places like farms, tbd) -- item sorter overview -- server customizations (tbd) - -## How do I get on the whitelist? - -Visit [the Minecraft section of my website](https://lostcave.ddnss.de/common/sites/minecraft/). It’s bilingual. The rest should be self-explanatory. - -## Server Connection Information - -- Survival: `lostcave.ddnss.de:45539` -- ~~Creative: `lostcave.ddnss.de:63542`~~ See creative server section below. - -## Creative Server - -The creative server will remain offline for the foreseeable future. This has two reasons: -1. I need to set it up again, remake spawn and the plot system, and copy the buildings from the old world. -2. Having the full system resources available to the survival server is nice. - -## Survival Server - -### Important Places (WIP) - -(coords tbd) -- Item sorter -- Supersmelter (furnace array) -- Mob farm -- Slime farm (half unfinished) -- Guardian farm -- Nether Hub -- End portal -- XP farm -- Teleporter to new 1.18 world generation area -- Raid Farm (property of ☭Soda☭Fountain☭#9545 / CurvedSans666, contact him for further information) - -### Item Sorter Overview +# Item Sorter Overview There is a big building below spawn that houses mainly an item sorter but also some other things. An overview of all items currently being sorted and where to find them is provided here. -#### Configured Sorter Units: +## Configured Sorter Units: -Naming scheme: `` → `[LR][0-2][BF][0-9AB][0-4]` +Naming scheme: `` (Regex: `[LR][0-2][BF][0-9AB][0-4]`) -Check below for a full map-like overview of the sorter hall (or don’t bc it’s completely garbled... FFS). +Check below for a full map-like overview of the sorter hall (or don’t if it’s completely garbled again... FFS). - **L0F00** Redstone Dust - **L0F10** Redstone Repeater @@ -331,18 +290,16 @@ Check below for a full map-like overview of the sorter hall (or don’t bc it’ - **R0BA4** Cobblestone Stairs - **R0BB4** Stone Stairs -#### Bulk Storage Units: +## Bulk Storage Units: -Currently one for overflow and one for cobble, dirt, gravel, deepslate, granite, etc. Access chests are to the left (green carpet) of the entrance. +Currently only one for overflow and one for cobble, dirt, gravel, deepslate, granite, etc. Access chests are to the left (green carpet) of the entrance. The output from the overflow is being separated into chests for stackable and unstackable items. -Four unused bulk torage units with automatic shulker box loaders at the entrance to the villager trading hall (will probably be torn down). - Bulk storage input needs to be redone to add a sorter bypass for non-stackable items and an automatic trashing system for worthless overflowing items. -Reducing the amount of actual bulk storage might also be useful for performance reasons. +Reducing the amount of actual bulk storage might also be beneficial to (server and client) performance. -#### Not an item sorter but also in the building: +## Not an item sorter but also in the building: - **C0** Sugar Cane Farm - **C1** wool farm (most colors working.....), chicken and egg farms @@ -352,13 +309,13 @@ To the left of the entrance (green carpet) are the access chests for the bulk st To the right of the entrance (red carpet) is a water source and a lava farm. -On the left side of the sorter hall is the entrance to the (semi functional) villager trading hall. I need to make the zombification process work before actually being able to use it. +On the left side of the sorter hall is the entrance to the villager trading hall. -On the right side is a dig site for a massive construction project. +On the right side is an IBM PC monument. -#### Full Layout ASCII art: +## Full Layout ASCII art: -Units that are set up for filtering items are marked with an x. +This is a top-down view of the sorter, the entrance being at the bottom. Units that are in use are marked with an x. ``` // // // // // // // // // // // // // // / / // // // // // // // // // // // // // // diff --git a/survival/locations.md b/survival/locations.md new file mode 100644 index 0000000..edfe481 --- /dev/null +++ b/survival/locations.md @@ -0,0 +1,16 @@ +# Important Places (WIP) + +(coords tbd) +- Item sorter +- Supersmelter (furnace array) +- Mob farm +- Slime farm (half unfinished) +- Guardian farm +- Nether Hub +- End portal +- XP farm +- Teleporter to new 1.18 world generation area +- Raid Farm (property of ☭Soda☭Fountain☭#9545 / CurvedSans666, contact him for further information) + + +This really got neglected. :/ Someone kick my ass to fix it, cba rn bc working on more important stuff. diff --git a/mods.md b/survival/mods.md similarity index 98% rename from mods.md rename to survival/mods.md index fe07076..f828d42 100644 --- a/mods.md +++ b/survival/mods.md @@ -49,4 +49,4 @@ Here is a short list of steps: - Enter a name, set the version to the previously installed Fabric Loader, change the game directory to a separate directory to keep things clean in your main `.minecraft` directory - `Create` 3. Put the mods in the `mods` folder inside the game directory (launch Minecraft once with this profile if it doesn’t exist, then close it again) -4. You should be all set. Launch Minecraft and enjoy your mods. The launcher may complain about Minecraft being modded because ... well... it is. Duh. \ No newline at end of file +4. You should be all set. Launch Minecraft and enjoy your mods. The launcher may complain about Minecraft being modded because ... well... it is. Duh. Microsoft doesn’t want you to do that.