Just wondering if 1.19 support is planned, also feature requests.
BookWyrm114 opened this issue ยท 4 comments
Hello, I'm just wondering if 1.19 planned, and had a some small feature requests.
The feature requests are just to expand the functionality of the editor:
- A better enchantment editor (select an enchant from a list and then type in a value)
- Attribute editor (works like the enchant editor but you select the conditions (does the attribute only apply in x slot(s) ), and infinity is an option for the value
- A spawn egg editor
I'm currently working on porting to 1.19.
I'm going to implement some bug fixes, but otherwise I will push the first 1.19 update without any extra features, to not delay it any longer.
While I'm currently also working on another project, I'll write down the suggestions!
There is a good chance I don't end up developing the spawn egg editor, as it is very complex, as has already been done by some websites.
However, the enchantment and attribute editor shouldn't be too difficult. I might implement some sort of shortcut command, to group the enchantments and attributes with the /hideflags, /max, and other standard nbt edits together.
I've just released v1.7.0 which includes the attribute editor (/itemfactory attributes) and enchantment editor (/itemfactory enchantments).
I may have forgotten to add the infinity button before releasing the update ... but for most purposes, entering something big in will work fine :/
The spawn egg editor is still written down, and will probably come out with a BlockEntityTag editor (as suggested by gooseterv_ in the mod's comments).