SWSMZLT
<!-- Earth is the overworld (dimension.id is 0) -->
                        <celestialObject id="earth">
                                <parent>
                                        <!-- coordinates in the solar system, measured in blocks -->
                                        <center x="-40000" z="30000" />
                                </parent>
                                <size x="10000" z="10000" />
                                <dimension id="0" isBreathable="true" gravity="normal">
                                        <center x="0" z="0" />
                                </dimension>
                                <render red="0.70" green="0.70" blue="0.70" alpha="1.00" texture="warpdrive:textures/celestial/surface_temperate2.png" />
                                <render red="0.90" green="0.95" blue="1.00" alpha="0.15" texture="warpdrive:textures/celestial/cloud_small1.png" periodU="100" periodV="1100" additive="true" />
                                <render red="0.90" green="0.90" blue="1.00" alpha="0.15" texture="warpdrive:textures/celestial/cloud_medium1.png" periodU="300" periodV="1500" additive="false" />
                                <render red="0.80" green="0.70" blue="1.00" alpha="0.15" texture="warpdrive:textures/celestial/cloud_large1.png" periodU="500" periodV="2100" additive="false" />
                                <render red="0.50" green="0.50" blue="1.00" alpha="0.08" />
                                <render red="0.50" green="0.50" blue="1.00" alpha="0.08" />
                                <render red="0.50" green="0.50" blue="1.00" alpha="0.08" />
                               
                                <!-- Hell is the nether. It's located below earth. In other words, falling below bedrock will drop you to the nether... -->
                                <celestialObject id="hell">
                                        <parent>
                                                <center x="0" z="0" />
                                        </parent>
                                        <size x="2500" z="2500" />
                                        <dimension id="-1" isBreathable="true" gravity="normal">
                                                <center x="0" z="0" />
                                        </dimension>
                                </celestialObject>
                        </celestialObject>
这是关于地球的代码,不知道如何修改,求大佬指点


2021.12 数据,可能有更多内容&lt;!-- Earth is the overworld (dimension.id is 0) --&gt;
                        &lt;celestialObject id=&quot;earth&quot;&gt;
                                &lt;parent&gt;
                                        &lt;!-- coordinates in the solar system, measured in blocks --&gt;
                                        &lt;center x=&quot;-40000&quot; z=&quot;30000&quot; /&gt;
                                &lt;/parent&gt;
                                &lt;size x=&quot;10000&quot; z=&quot;10000&quot; /&gt;
                                &lt;dimension id=&quot;0&quot; isBreathable=&quot;true&quot; gravity=&quot;normal&quot;&gt;
                                        &lt;center x=&quot;0&quot; z=&quot;0&quot; /&gt;
                                &lt;/dimension&gt;
                                &lt;render red=&quot;0.70&quot; green=&quot;0.70&quot; blue=&quot;0.70&quot; alpha=&quot;1.00&quot; texture=&quot;warpdrive:textures/celestial/surface_temperate2.png&quot; /&gt;
                                &lt;render red=&quot;0.90&quot; green=&quot;0.95&quot; blue=&quot;1.00&quot; alpha=&quot;0.15&quot; texture=&quot;warpdrive:textures/celestial/cloud_small1.png&quot; periodU=&quot;100&quot; periodV=&quot;1100&quot; additive=&quot;true&quot; /&gt;
                                &lt;render red=&quot;0.90&quot; green=&quot;0.90&quot; blue=&quot;1.00&quot; alpha=&quot;0.15&quot; texture=&quot;warpdrive:textures/celestial/cloud_medium1.png&quot; periodU=&quot;300&quot; periodV=&quot;1500&quot; additive=&quot;false&quot; /&gt;
                                &lt;render red=&quot;0.80&quot; green=&quot;0.70&quot; blue=&quot;1.00&quot; alpha=&quot;0.15&quot; texture=&quot;warpdrive:textures/celestial/cloud_large1.png&quot; periodU=&quot;500&quot; periodV=&quot;2100&quot; additive=&quot;false&quot; /&gt;
                                &lt;render red=&quot;0.50&quot; green=&quot;0.50&quot; blue=&quot;1.00&quot; alpha=&quot;0.08&quot; /&gt;
                                &lt;render red=&quot;0.50&quot; green=&quot;0.50&quot; blue=&quot;1.00&quot; alpha=&quot;0.08&quot; /&gt;
                                &lt;render red=&quot;0.50&quot; green=&quot;0.50&quot; blue=&quot;1.00&quot; alpha=&quot;0.08&quot; /&gt;
                               
                                &lt;!-- Hell is the nether. It's located below earth. In other words, falling below bedrock will drop you to the nether... --&gt;
                                &lt;celestialObject id=&quot;hell&quot;&gt;
                                        &lt;parent&gt;
                                                &lt;center x=&quot;0&quot; z=&quot;0&quot; /&gt;
                                        &lt;/parent&gt;
                                        &lt;size x=&quot;2500&quot; z=&quot;2500&quot; /&gt;
                                        &lt;dimension id=&quot;-1&quot; isBreathable=&quot;true&quot; gravity=&quot;normal&quot;&gt;
                                                &lt;center x=&quot;0&quot; z=&quot;0&quot; /&gt;
                                        &lt;/dimension&gt;
                                &lt;/celestialObject&gt;
                        &lt;/celestialObject&gt;
这是关于地球的代码,不知道如何修改,求大佬指点



空投
应该改宇宙的,而不是地球的(23333)可以试试把地球删了(迫真)