From 9fe5119e99f67dc72442d3db3958af45ef4c5d0e Mon Sep 17 00:00:00 2001 From: VoxelShape <mimiccube664@gmail.com> Date: Sun, 9 Jun 2024 21:07:17 +0900 Subject: [PATCH] Update custom-screen.md --- custom-screen.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom-screen.md b/custom-screen.md index b51bf662f..92b873217 100644 --- a/custom-screen.md +++ b/custom-screen.md @@ -68,7 +68,7 @@ This folder will contains all of the planets. Theses planets will orbit around a "period": 8000, "width": 10.0, "height": 10.0, - "parent": "Sun", + "parent": "stellaris:sun", "dimensionId": "minecraft:overworld", "translatable": "text.stellaris.planetscreen.earth", "id": "stellaris:earth" @@ -105,7 +105,7 @@ This folder contains all of the moons that are orbiting around planets "period": 2000, "width": 6.0, "height": 6.0, - "parent": "Earth", + "parent": "stellaris:earth", "dimensionId": "stellaris:moon", "translatable": "text.stellaris.planetscreen.moon", "id": "stellaris:moon"