How to change dimension sky

Started by cuckoo on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to change dimension sky

When i try to create a dimension i want it to has custom sky but i don't see any code related about it,I try find minecraft file for a way but i am on mac and there are other-worldly name.i try serch but i dont find anything also when i change sky color to black (both in biome and dimension) it still has blue tint on day time.PLS help

Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If you're using MCReator, in…
Tue, 06/09/2020 - 00:36

If you're using MCReator, in the create dimension menu, there are optiona to change the sky, grass and water colors. Is that what you're asking for?

Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I try to make the sky…
Tue, 06/09/2020 - 03:09

I try to make the sky completely black but it still little blue and i also want to replack the skybox

Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try editing the code itself,…
Tue, 06/09/2020 - 05:04

Try editing the code itself, get in the code, find the color coding that defines the "blue" and overwrite it with the black color code such as RGB ffffff.

Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Where
Tue, 06/09/2020 - 05:18

Where

Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Click the mod element in the…
Tue, 06/09/2020 - 20:24

Click the mod element in the workspace then go to the option in the leftmost side of the window that says "edit element's code". Be sure to lock the code after, so you will not accidentally overwrite it.

Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
no where is the code it self…
Wed, 06/10/2020 - 06:08

no where is the code it self i try look already but there are 3 json and two java which one and what line number

Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
sorry only 1 java
Wed, 06/10/2020 - 06:09

sorry only 1 java

Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I have no clue about that,…
Thu, 06/11/2020 - 09:02

I have no clue about that, try searching in all the 4 codes this:

public int getSkyColorByTemp(float currentTemperaturre)

-return x (edit x to the desired sky color by color code)