Rivmun / FootprintParticle

A simple Minecraft mod that adds footprint for mobs.
GNU General Public License v3.0
7 stars 0 forks source link

Suggestion: Make slow entities print less footprints over time #57

Closed xFirefalconx closed 9 months ago

xFirefalconx commented 9 months ago

In a mod called "Untamed Wilds" there are turtles. They walk slowly but still print the same large footprints. I wonder if there could be a slider to make specific entities print less particles/s to make it look less like they are just leaving one large trail. Or maybe they just need to be scaled down in that case. No idea. New to the mod. (1.18.2 btw)

Rivmun commented 9 months ago

Using a config called 'Footprint Size' which can control footprint size of specific mob, or 'Mob Interval' which can control foot printing frequent of specific mob. Remember take a look to the option tooltips I wrote.

xFirefalconx commented 9 months ago

Ah thank you I wasn't aware of that indeed. I just found the option when you wrote. How do I figure out the entity names exactly?

Rivmun commented 9 months ago

Try to use /summon command in creative mode. I think the game will show all of mobs from mod when you typing namespace of that mod. Namespace lies in mod jar file. Seeking a file named 'mods.toml' in forge or 'fabric.mod.json' in fabric. The 'id' field is it.

xFirefalconx commented 9 months ago

Thank you. I figured it out. Will close now given the situation is solved :D