Started by
cuckoo
on
Topic category: Help with Minecraft modding (Java Edition)
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
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?
I try to make the sky completely black but it still little blue and i also want to replack the skybox
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.
Where
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.
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
sorry only 1 java
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)