Rivmun / FootprintParticle

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

Default filter not working #17

Closed DSRoie closed 1 year ago

DSRoie commented 1 year ago

I can even make footprints in obsidian Maybe I should put it on the server side too?

Rivmun commented 1 year ago

Sorry that I never tested this mod on multiplayer game. I'll check it out when I have some time. Which version are you play with?

DSRoie commented 1 year ago

抱歉,我从未在多人游戏中测试过这个模组。有时间我会检查一下。您使用的是哪个版本?

1.18.2 fabric thanks!

Rivmun commented 1 year ago

I found I have a foolish mistake that not excluded AIR in hardness-based integrated filter. This issue is no related to multiplayer or version. It's a common bug. (In detail, the AIR has not hardness value so its .getHardness() function return null and be estimated to 0. It's could be passed by the filter.) I'm release 0.2.3 and revoke 0.2.2 to fix it.

DSRoie commented 1 year ago

我发现我有一个愚蠢的错误,没有排除基于硬度的集成过滤器中的AIR。此问题与多人游戏或版本无关。这是一个常见的错误。我正在发布 0.2.3 并撤销 0.2.2 来修复它。

thannnnks!