CraftTweaker / ContentTweaker

Custom Minecraft Objects created from MT scripts
MIT License
42 stars 17 forks source link

[Suggestion] Different auto-textures for MaterialSystem #157

Open Habeeb-M opened 5 years ago

Habeeb-M commented 5 years ago

I think some different textures for some parts might be nice, I can't really explain it so I'll give an example instead.

Having the option of changing an ingot texture to metallic, non metallic, shiny, dusty, rusty, corroded etc. might be nice, like this.

Another example would be choosing a texture for the ores, like having a

kindlich commented 5 years ago

Create different parttypes and give each parttype the default texture you eant ot to have (e.g. material.registerToParts(["ingot", "ingot_hot", "ingot_corroded"]);

Also, you can always override how a specific materialPart looks like.