A simple mod that adds footprint particle for mobs.
I'm just confused that those particle mods have no footprint feature.
I can't find such one, so I made this one.
A simple mod that adds footprint for mobs (and players). Highly configurable designed for modpacks.

You can config its lifetime, frequency, and others through Cloth Config and Mod Menu.

1.Make a resourcepack and put your texture.pngs to the path below:
assets\footprintparticle\textures\particle\
2.Make a footprint.json or copy one from the mod.jar to your resourcepack path below (or watermark.json if you wanna replace watermark at same time):
assets\footprintparticle\particles\
3.Add your texture.pngs file name to the .json, formatting like:
{
"textures": [
"footprintparticle:footprint", // delete this line if you don't need default ugly print :)
"footprintparticle:texture1",
"footprintparticle:texture2",
"footprintparticle: ..." // remember last line NOT have comma (",")
]
}
4.Packing and install your pack into the game, enabled your resourcepack, then go to the config screen and edit the "Custom Print Texture" option as tooltip says:
minecraft:cat,texture1,texture2
minecraft:cow,texture1
modid:mobid,textureName
...
5.Enjoy!
Since 0.3.1c we now support Forge & Fabric in a same jar, but dependence has some differ:
Any suggestions are welcome to Github.
Conversation