misode / misode.github.io

Data Pack Generators and Tools for Minecraft 1.15, 1.16, 1.17, 1.18, 1.19, 1.20, 1.21
https://misode.github.io/
MIT License
556 stars 75 forks source link

[DF Generator] Various enhancement ideas #460

Open HB-Stratos opened 8 months ago

HB-Stratos commented 8 months ago

I didn't want to create an issue for each random idea I had that I thought might be beneficial for the editor

That's all I got for now. I'd appreciate it massively if some of these ideas could be implemented. And even if not, already a massive thank you for creating this awesome tool, without which I likely would have never gotten into mc world gen.

misode commented 2 weeks ago

In the future, please create a single issue for each suggestion. It makes it much easier to handle.

Allow direct folder editing.

Good suggestion, together with #253 this is planned

Allow for seamless inserting of nodes with only one input field (or all nodes)

Not sure if I will ever get around to this. Maybe I implement a generic drag-drop and/or copy-paste functionality, but that's far into the future.

Allow for seamless removal of nodes with only one input field

Same as above

Allow nodes and node groups to be dragged around

Also see above

Functions with input parameters

Out of scope

Splines automatically select spline type

This may not have been the case when you made this issue, but splines can now select any density function as coordinate, so it doesn't make much sense to pick a single default

Being able to set a set seed, which persists between noise and df editor

Duplicate of #514

Spline function fitting

Out of scope

Add a warning if numbers bigger than what a datapack accepts to load are entered

This could easily be changed in the schema. I guess DF values need to be withing -1 000 000 and 1 000 000?