Перейти к содержимому
Mineforgian

FootprintParticle

A simple mod that adds footprint particle for mobs.

1.5M загрузок357 подписчиковGPL-3.0-onlyfabricforge

Обновлён 28 марта 2026 г. · опубликован 27 февраля 2023 г.

  • Different size & Rotation
  • Snow Dust & Spider Print
  • Boattttrail
  • Config Screen
  • Waterprint when touched water
  • Minecart Spark

I'm just confused that those particle mods have no footprint feature.

I can't find such one, so I made this one.

Footprint Particle

A simple mod that adds footprint for mobs (and players). Highly configurable designed for modpacks.

Feature

  • Footprint gen on low hardness block (by default).
    • Baby mob has a baby print.
    • Spider & horse has special pos to gen.
  • Waterprint gen when touched water for a while.
  • Minecart Spark.
  • Boat trail (water and land is difference).
  • Swimming Pop.
  • Raise dust when walking on snow.
  • Pehkui support.
  • Random Mob Sizes support.

Configurable

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

  • Which type / specific block can (or not) gen.
  • Which mob can (or not) gen.
  • What print size for specific mob.
  • How high where is print gen on specific block (snow etc.)
  • Which mob regarded as spider / horse (to gen on special way).
  • Which texture should specific mob gen.
  • More as you wish...

Custom Print Texture

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!

Dependence

Since 0.3.1c we now support Forge & Fabric in a same jar, but dependence has some differ:

For all loader

  • Architectury API is required.
  • Cloth Config is required to manage config file & build configScreen.

Fabric extra needs

  • Fabric API is required.
  • Mod Menu is optional to access configScreen.

Contact

Any suggestions are welcome to Github.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
0.5.4-mc26.1Релиз26.1, 26.1.1, 26.1.2, 26.2fabric28 марта 2026 г..jar (54 КБ)
0.5.4-mc1.21.11Релиз1.21.11fabric21 декабря 2025 г..jar (52 КБ)
0.5.4-mc1.21.9Релиз1.21.9, 1.21.10fabric1 октября 2025 г..jar (52 КБ)
0.5.4b-mc1.21.4Релиз1.21.2, 1.21.3, 1.21.4fabric16 августа 2025 г..jar (40 КБ)
0.5.4b-mc1.21.6Релиз1.21.5, 1.21.6, 1.21.7, 1.21.8fabric8 августа 2025 г..jar (40 КБ)
0.5.4b-mc1.21(.1)Релиз1.21, 1.21.1fabric8 августа 2025 г..jar (40 КБ)
0.5.4b-mc1.20(.1)Релиз1.19.4, 1.20, 1.20.1fabric, forge8 августа 2025 г..jar (87 КБ)
0.5.4b-mc1.19.2Релиз1.19.2fabric, forge8 августа 2025 г..jar (86 КБ)
0.5.4b-mc1.18.2Релиз1.18.2fabric, forge8 августа 2025 г..jar (87 КБ)
0.5.4b-mc1.16.5Релиз1.16.5fabric, forge8 августа 2025 г..jar (92 КБ)
0.5.3-mc1.21.6Релиз1.21.5, 1.21.6, 1.21.7, 1.21.8fabric22 июня 2025 г..jar (44 КБ)
0.5.3-mc1.21(.1)Релиз1.21, 1.21.1fabric22 июня 2025 г..jar (45 КБ)
0.5.3-mc1.20(.1)Релиз1.20, 1.20.1fabric, forge22 июня 2025 г..jar (86 КБ)
0.5.3-mc1.19.2Релиз1.19.2fabric, forge22 июня 2025 г..jar (86 КБ)
0.5.3-mc1.18.2Релиз1.18.2fabric, forge22 июня 2025 г..jar (86 КБ)

Показаны последние 15 из 65 версий. Все версии — на Modrinth.

Ченджлог

0.5.4-mc26.1Релиз26.1.1, 26.1.2, 26.2 · 28 марта 2026 г.
  • 26.1
0.5.4-mc1.21.11Релиз1.21.11 · 21 декабря 2025 г.
  • port to 1.21.11
  • using official mapping
0.5.4-mc1.21.9Релиз1.21.9, 1.21.10 · 1 октября 2025 г.
  • 1.21.9
0.5.4b-mc1.21.4Релиз1.21.2, 1.21.3, 1.21.4 · 16 августа 2025 г.
  • port to 1.21.2-1.21.4
0.5.4b-mc1.21.6Релиз1.21.6, 1.21.7, 1.21.8 · 8 августа 2025 г.
  • add lifeTimeAcc option to control print duration when it in rain.
  • fix hardness gate will open for some block which hardness is 0, potentially
  • fix print rotation was 180 degrees bigger than early version (mc > 1.21)
  • try use autoconfig instead of cloth2, slightly decreased jar pack size. (mc > 1.21)
  • why suffix "a"? fix a foolish thing >_<
  • and what about "b"? fix print fading too rigid when lifeTimeAcc set too high.
0.5.4b-mc1.21(.1)Релиз1.21, 1.21.1 · 8 августа 2025 г.
  • add lifeTimeAcc option to control print duration when it in rain.
  • fix hardness gate will open for some block which hardness is 0, potentially
  • fix print rotation was 180 degrees bigger than early version (mc > 1.21)
  • try use autoconfig instead of cloth2, slightly decreased jar pack size. (mc > 1.21)
  • why suffix "a"? fix a foolish thing >_<
  • and what about "b"? fix print fading too rigid when lifeTimeAcc set too high.
0.5.4b-mc1.20(.1)Релиз1.19.4, 1.20, 1.20.1 · 8 августа 2025 г.
  • add lifeTimeAcc option to control print duration when it in rain.
  • fix hardness gate will open for some block which hardness is 0, potentially
  • fix print rotation was 180 degrees bigger than early version (mc > 1.21)
  • try use autoconfig instead of cloth2, slightly decreased jar pack size. (mc > 1.21)
  • why suffix "a"? fix a foolish thing >_<
  • and what about "b"? fix print fading too rigid when lifeTimeAcc set too high.
0.5.4b-mc1.19.2Релиз1.19.2 · 8 августа 2025 г.
  • add lifeTimeAcc option to control print duration when it in rain.
  • fix hardness gate will open for some block which hardness is 0, potentially
  • fix print rotation was 180 degrees bigger than early version (mc > 1.21)
  • try use autoconfig instead of cloth2, slightly decreased jar pack size. (mc > 1.21)
  • why suffix "a"? fix a foolish thing >_<
  • and what about "b"? fix print fading too rigid when lifeTimeAcc set too high.

Полная история изменений — на Modrinth.

Комментарии

Загружаем…