Dyeable (Item, Armor)

Published by BaR1BoD on
Supported MCreator versions
2024.1
2024.2
Tags / plugin type
Java plugin
Procedures
MCreator plugin
Downloads:
626
Upvotes: 12
About the plugin

A plugin that allows you to cerate item and armor that can be dyed.

 

NOTE: Dyeable armor has added only for NeoForge 1.20.6

NOTE: Dyeable armor overlay texture only works for default armor model, and if you use custom java model, the whole armor will be dyeable

Dyeable armor require the Forge mixin plugin support

Example

 

The only thing you need to know is that a new mod element called Dyeable Item has been added, which has a new page called dye, where you can change a series of values.
Also, for the item, you can put one main texture of the item and one overlay in the texture.
The main texture of the item is better to be mostly white and colors tending to white, for better coloring.
Overlay is a part of the texture that will not be dyed.

You can see a preview of your item in the mod element icon of your item.

Also, some new procedures have been added.

 

 

How to use overlay texture for dyeable items with custom model?

The overlay texture inside the Dyeable Item mod element will not have any effect on the item with the custom model.

When you are creating a model and texture in Blockbench, by right-clicking on the face that is supposed to be dyeable and activating the Tint option on that face, that face will be dyeable.

 

Supported versions:

  • Forge 1.20.1
  • NeoForge 1.20.4
  • NeoForge 1.20.6

 


 

Changelog

1.1.1

  • Fixed Forge 1.20.1 item texture
  • Fixed NeoForge 1.20.6 and Forge 1.20.1 procedures
  • Move NeoForge 1.20.6 color listener from main mod file to RegisterColor

1.1.0

  • Port to MCreator 2024.2
  • Added NeoForge-1.20.6 support
  • Added Dyeable Armor
  • Added Dyeable Item custom model support
  • Fixed Dyeable Item mod element UI

1.0.0

  • Initial release
License
MIT License

Plugin downloads
Dyeable-1.0.0 | MCreator 2024.1 - Dyeable.zip Uploaded on: 07/06/2024 - 08:52   File size: 57.27 KB
Dyeable-1.1.1 | MCreator 2024.2 - Dyeable_0.zip Uploaded on: 07/28/2024 - 17:30   File size: 97.56 KB

Comments

so how do i make the recipe with all the dyes making the dyed item?

I tried to add, and the block itself was colored, but I still couldn't get the block item to be colored

Maybe a silly question but I thought I'd ask since you've played around with the colourHandler. Whilst separate item texture layers are possible, are two separate dyed layers possible through some form of custom coding?

Could you please keep updating new versions for 2024.1 M(Creator 2024.2 doesn't work for my computer)

Will 1.1.1 work in version 2024.1 froge 1.20.1?
And if not, is there a chance that at least support for custom item models will be added for 2024.1?
I just can’t upgrade to the new version due to the lack of the necessary plugins

Doesn't work for me. I also checked regular item with 2d texture, it also doesn't work for me... Very strange
I did everything correctly, checked the boxes where needed, but I can’t paint the item in the crafting table, it doesn’t even have a base color from the settings
What could I have done wrong?

error: cannot find symbol
public static final RegistryObject<Item> LINGERING_ARROW = REGISTRY.register("lingering_arrow", () -> new LingeringArrowItem());
^
symbol: class LingeringArrowItem