
Incorrectly registers tile entities and causes log warnings
codetaylor opened this issue ยท 1 comments
The lib incorrectly registers tile entities and spits out log warnings.
Correcting this will destroy any TE's that use this lib for registration, specifically Artisan Worktables' tiles. This could be bad for players who have items stored in their tables or toolboxes.
It looks like I need to use DataFixers to solve this.