Rivmun / FootprintParticle

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

new update crashes on startup #79

Closed lilsherm09 closed 2 months ago

lilsherm09 commented 2 months ago

i added the newest update to my client and now it crashes on startup, when backporting to the older update its completely fine.

| Mod ID: 'minecraft', Requested by: 'footprintparticle', Expected range: '[1.19.4,1.20.1)', Actual version: '1.20.1'   | 3 lines | [12:19:12] [main/ERROR]: Skipping early mod setup due to previous error   | 1 line

Rivmun commented 2 months ago

What loader you use? Seems it just because Minecraft version doesn't in range that mod.toml or fabric.mod.json expected. Try to replace that with a "*"

Rivmun commented 2 months ago

https://github.com/Rivmun/FootprintParticle/commit/099a1aa1354403ce2b0afe7710c4d7f13c1e019b I made a small patch and reuploaded 0.5.2-1.20 file to distribute site. Download new file will fix this issue. But strange is: this range of [1.19.4,1.20.1) already exist since 0.3.4, why it crashed on just 0.5.2...