Resource Pack Generator (Plugin)

Started by Goldorion on

Topic category: Plugins and third-party tools

Resource Pack Generator (Plugin)
Sun, 08/09/2020 - 13:17 (edited)

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
Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
can people make custom mod…
Tue, 04/07/2020 - 02:13

can people make custom mod elements in plugins?

No, I asked to Klemen if he…
Tue, 04/07/2020 - 03:01

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.

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I mean custom elements in…
Tue, 04/07/2020 - 03:09

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…
Tue, 04/07/2020 - 03:22

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. :/

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
that's why I'm starting to…
Tue, 04/07/2020 - 03:24

that's why I'm starting to do manual modding now.

I'm still using mcreator but I code stuff too

Last seen on 16:22, 8. Jan 2024
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
THIS ALMOST BROKE MY…
Tue, 04/07/2020 - 05:45

THIS ALMOST BROKE MY COMPUTER! IM REPORTING THAT TO KELMEN!

they use loops often, and it…
Tue, 04/07/2020 - 06:49

they use loops often, and it’s very dangerous.

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.

THIS ALMOST BROKE MY…
Tue, 04/07/2020 - 07:33

THIS ALMOST BROKE MY COMPUTER! IM REPORTING THAT TO KELMEN!

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.

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
please don't post on random…
Tue, 04/07/2020 - 09:53

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…
Tue, 04/07/2020 - 12:34

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.

Last seen on 15:45, 8. Oct 2021
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Like Shadow Studio's Mods,…
Mon, 04/20/2020 - 16:55

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.