Goldorion

Results 102 comments of Goldorion

> Is the procedure template still needed, @Goldorion? I will have to test what you have done. I only checked quickly files at the moment.

> Goldorion said this PR only intended to add data accessors as such, not some other features (e.g. switching entity textures) that would need the suggested changes. Not inside this...

> One thing my approach is missing is custom entry types as those would still be hardcoded This is tge second main reason I changed the entire system. It was...

> Check comment + question: > > How is it planned for custom plugins to add new preference entry, could you provide a short code example, not needed to be...

Here is how plugins should add a new preference entry. As said earlier, this works exactly like what I did for MCreator's preferences. So, first thing is to add a...

> Thanks! I added demo to the top of the PR for the reference :) > > Just wondering (did not have time to dive this deep yet), does this...

> > load preferences from Java plugins (so everything excluding "mcreator") > > So other preferences are saved at the ID equivalent to their parent plugin's one? No, you write...

> Thank you for the explanation. I get most parts, but still have one question. > > > Preferences of Java plugins are loaded > > What method in which...

I fixed the problem when no preference file was found. However, concerning your StringEntry problem, I tested and I didn't see a problem. Everything worked fine for me. Was your...

> Only happens in this case: > > > When first opening from old preferences, they convert properly, but after MCR is closed, next time it is open, they are...