From dd0390a91cac5c61a5dc60d4de9b1aca4d940ce8 Mon Sep 17 00:00:00 2001 From: COW Date: Wed, 31 Jul 2024 18:29:55 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 66892b98..9beccd27 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,14 @@ Sample format: "dim_depth": 0, "floor_replace": "none", "floor_with": "none", - "dim_below": "minecraft:overowrld" + "dim_below": "minecraft:overworld" }, "minecraft:overworld":{ "dim_height": 320, "ceiling_replace": "none", "ceiling_with": "none", - "dim_above": "the_end", + "dim_above": "minecraft:the_end", "dim_depth": -64, "floor_replace": "minecraft:bedrock", @@ -37,7 +37,7 @@ Sample format: "dim_height": 128, "ceiling_replace": "minecraft:bedrock", "ceiling_with": "minecraft:obsidian", - "dim_above": "none", + "dim_above": "minecraft:overworld", "dim_depth": 0, "floor_replace": "none", From e840b25581047d6a1c8cc69569aab53896203a18 Mon Sep 17 00:00:00 2001 From: COW Date: Wed, 31 Jul 2024 21:16:51 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9beccd27..614aeb62 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # CAWEZ's Dimensional Connectivity A simple lightweight Minecraft mod that allows for stacking dimensions. -The mod will generate a config file with the tag "default", stacking the End, the Nether and the Overworld. It will be overwritten automatically by CAWEZ's Mantle to Stratus (unless the name is changed from "default"). The mod will place "Wells" blocks on the height/depth if the ceiling/floor block is replaced to hide the skybox. +The mod will generate a config file with the tag "default", stacking the End, the Nether and the Overworld. It will be overwritten automatically by CAWEZ's Mantle to Stratus (unless the name is changed from "default"). The mod will place "well blocks" (pitch black) on the height/depth if the ceiling/floor block is replaced to hide the skybox. Sample format: