Made “filled” soul gems have colors based on the entity they contain!
(and also switched to a different (and probably even worse lmao)
texture) The colors are the same as what spawn eggs used to have, thankfully the minecraft wiki has a list of what they all were before that was removed.
Sadly I can’t steal the entity colors from vanilla anymore as that was removed in 1.21.5, so I had to add color fields to the entity tiers config and that messed with a lot of stuff and is a bit of a hit on performance when it’s not looping over stuff in weird ways as it’s a list of entries when it really should probably be a map… I’ll fix that i guess
Also I know this texture is ass and someone a bit more talented in drawing is cooking up a new one which I’ll probably be able to show off in a few days. Question is… do I want the current one to show up when the vanilla programmer art pack is enabled or is that too embarrassing to show off?
Comments 2
Yo, if the you aren’t able to “steal the entity colours” on some of the newer versions of MC, you could always just launch an older version (such as 1.21.1 - personally my favourite ;) )
Additionally, if you cannot find information about certain eggs per-say from the Wiki anymore, the WayBack Machine is a great tool for viewing historical versions of websites!
Yeah well it was nice to be able to just use SpawnEggItem.byId(entityType).getColor but now that I’ve copied the list over for all supported entities it’s honestly fine, except for entities added after 1.21.5 (which I haven’t gotten around to adding yet), for those i guess I’ll just sample two colors from the spawn egg and see if it looks nice.
Sign in to join the conversation.