Dimension Properties Incomplete

Started by CEntertain on

Topic category: Feature requests and ideas for MCreator

Last seen on 17:51, 20. Sep 2024
Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Dimension Properties Incomplete

Like the title suggests, I think the properties of the dimension type element are incomplete. There are a lot of things you can set, like what type of sky a dimension has, the terrain settings, or the fog settings, but I think it's still somewhat incomplete.

The reason I say this is that, for example, it's still not possible to lock the time of day in a dimension to a specific time, even though that's just a single line of text in the JSON file. Another setting I found is that you cannot edit how bright the ambient lighting is, and only whether it exists completely, not not at all, which is also a single line of code. The way it works in the element is that you can only tick it, but I suggest changing that to a number value box, since the input value allows values like 0.1.

It's just a smaller suggestion I think would enable more people without coding knowledge to do higher quality dimensions. It's also the only thing in CEMM that causes exactly one element to have to be locked. Otherwise, the entire mod is made purely with native elements, and it would be nice to see it transition to that fully, such that I can claim no custom code had to be written, because I think that would be a great example to showcase MCreator's full potential.

Could you list some of the…
Wed, 06/26/2024 - 17:50

Could you list some of the properties you think could be parameters and provide what you had to change - what this parameter would change?

Last seen on 17:51, 20. Sep 2024
Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It's mainly just the ones…
Thu, 07/11/2024 - 15:52

It's mainly just the ones listed there.

But basically:
- Boolean toggle for day cycle
   - If off, a number for the forced day time
- Making ambient light a 0.1 step decimal value rather than a boolean
- Potentially, and I know this may be difficult, but adding a separate page where you can add underground block layers, similar to deepslate. It would have a Y level for each layer you can enter, and will generate at that height down until it hits a layer with a different number. Not expecting this necessarily since I know how messy it could be to implement this.

Last seen on 07:56, 28. Sep 2024
Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think all properties…
Thu, 07/11/2024 - 17:35

I think all properties possible to change in JSON files should be easy to add to mcreator:

https://minecraft.fandom.com/wiki/Custom_dimension

There´s also more potential with the generation settings but since there are complex noise properties, it could be not as easy as the other dimension properties to add. btw: Please add a "get world seed" procedure block

Last seen on 03:55, 20. Aug 2024
Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think all properties…
Tue, 08/20/2024 - 03:58

I think all properties possible to change in JSON files should be easy to add to mcreator:

https://minecraft.fandom.com/wiki/Custom_dimension slice master

There´s also more potential with the generation settings but since there are complex noise properties, it could be not as easy as the other dimension properties to add. btw: Please add a "get world seed" procedure block

That's useful. Thanks for your supports.