CravenCraft / BloodyBits

A system to make damage in Minecraft more immersive
MIT License
0 stars 0 forks source link

Conflict with Xaero's Minimap #2

Open MightyMyc opened 1 month ago

MightyMyc commented 1 month ago

Because the bits of gore are treated as "Entities" they show up on xaero's minimap and fill it up pretty quickly and i suspect the same will be true for other, similar minimap mods. Xaero's does claim to have a section to exclude entities from showing up in the minimap settings, but i have no idea how to do that in relation to cravencraft's bloodybits (or, at ALL, really)

CravenCraft commented 1 month ago

I don't know if I can change the logic of my mod to be ignored by the minimap since the blood sprays are entities similar to arrows. If the mod picks up on arrow entities, then it'll pick up on these by nature. But I was able to check out Xaero's configs and it's possible to easily append my blood spray entities to their config so that they're ignored. It's under their xaerominimap_entities.json config file. Here's a screenshot of it with my change: image

If you're unfamiliar with how to access the config file, then just navigate to your minecraft instance, the config folder there, and then the xaerominimap_entities.json config file should be located in there. You can use any text editor to open the file, but I recommend visual studio code or notepad++.