Modflower / polysit

A minimal sit mod for Fabric & Quilt using Polymer.
Mozilla Public License 2.0
8 stars 0 forks source link

No data fixer registered for polysit:seat #6

Open oblivcheck opened 1 year ago

oblivcheck commented 1 year ago

Environment

To reproduce

$ run.sh

Expected results

No ERROR Report

Actual results

Currently, only console error messages are found.

Anything else?

[20:17:26] [main/INFO]: Compatibility level set to JAVA_17
[20:17:30] [main/ERROR]: No data fixer registered for polysit:seat

I don't know if there is actually a problem, it just seems to be sending error messages at the moment.

Ampflower commented 1 year ago

Harmless warning; other mods do the same to be fair. I could go ahead and maybe register a no-op datafixer to quiet it at least.

oblivcheck commented 1 year ago

I expect good news.

Ampflower commented 1 year ago

Looking into it, adding something to the datafixer seems more like it'd be a pain, but I'll see