Athenaeum

Athenaeum

6M Downloads

Incorrectly registers tile entities and causes log warnings

codetaylor opened this issue ยท 1 comments

commented

The lib incorrectly registers tile entities and spits out log warnings.

https://github.com/codetaylor/athenaeum/blob/master/src/main/java/com/codetaylor/mc/athenaeum/registry/Registry.java#L200

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.

http://www.minecraftforge.net/forum/topic/68238-1122-113x-replacing-a-removed-block-with-variants-in-the-saved-world/

Choonster-Minecraft-Mods/TestMod3@64155bf