Started by
Goldorion
on
Topic category: Plugins and third-party tools
Hi,
I already post this plugin into another topic, but the topic was general and not specific, so I repost it here. I will be able to give update and have feedbacks.
My Resource Pack Generator for Minecraft 1.16.x allows you to create resource packs for Minecraft Java Edition for the 1.16.x.
You can:
- Create block and item textures directly into MCreator
- Change Minecraft item names
- Create armor textures with MCreator
Some informations:
- For the armour, you will have to rename the head and body items for helmet and chestplate. (For example, diamond_head -> diamond_helmet and diamond_body -> diamond_chestplate)
- All workspace settings are useless.
- To put your own logo, take your picture and name it "pack.png". After, take it and put inside the .zip file (Not into the assets folder.)
- Custom sounds work, but only if you put them directly in this folder (MCreatorWorkspace/yourWorkspace/src/main/assets/minecraft/sounds After create the well subfolder(s))
- To add other texture files (entity, GUI, ect.), put them in this global folder MCreatorWorkspace/yourWorkspace/src/main/assets/minecraft/textures After, create the folder you need (entity, gui, etc.)
- Textures are marked as not supported (in red), but it's caused by the "Others" section (I don't support it).
GitHub: https://github.com/Goldorion/MCreatorResourcePackGenerator/
Plugin's page: https://mcreator.net/plugin/64523/resource-pack-generator
So as I said at the beginning, I will update it to allow the custom sounds and add more functionalities. If you need or want something specifically, just ask it, and I will put my efforts in this feature (if it’s possible).
Edited by Goldorion on Sun, 08/09/2020 - 13:17
thanks!
No problem :)
can people make custom mod elements in plugins?
No, I asked to Klemen if he will add this, but he answered me that instead of work on that (because the current plugin system has took 2 years of development), he will spend his time to make MCreator open source, and accept the code of users
With this current plugin system, only custom generator (with some exceptions), new procedure blocks, new ai task blocks and new triggers are supported.
I mean custom elements in plugins, for example spigot plugins can add recipes and some procedures, while the forge generator can add more and the datapack generator can add less...
but what he says makes sense tho, open sourcing mcreator would encourage other programmers to help improve the code efficiency and other aspects of mcreator. Most people hate mcreator because its' generated code is pretty bad and can cause magjor performance issues on big modpacks.
For the major performance issues, AOCAWOL explained me few days ago that it causes by the procedures because they use loops often, and it’s very dangerous. I have a good example of this performance problem with Farm Adventure II. :/
that's why I'm starting to do manual modding now.
I'm still using mcreator but I code stuff too
THIS ALMOST BROKE MY COMPUTER! IM REPORTING THAT TO KELMEN!
Procedures do not use loops at all, could ask him to clarify? And how could for loops even if used be dangerous?
Procedures code is not the cleanest in order to "hide" nasty details of programming (Java number types, some output blocks would in fact need to be broken down into many "procedural" type blocks, but are inlined to hide these details) to not put that stress on the users, but other than that no bad practices are used.
Plugins are third-party and not officially supported by us. But you should give a bit more info to the plugin dev in order to figure out what might have happened.
please don't post on random pages
you can't because the textures are mojang's property and using them is illegal
The main reason of why I don’t put textures is that I can’t do it with plugins, and also, as CrispyChips has said, I can’t for legal reasons.
Can I have more details of what doesn’t work please Shadow Studio’s Mods?
Like Shadow Studio's Mods, this plugin did do something to my computer. Since downloading it I cannot download anything from any browser. I also cannot use Google Chrome, it simply crashes.