Bassebombecraft

Bassebombecraft

18.5k Downloads

1.14.3: Verify if registration for rendering is required

Closed this issue ยท 1 comments

commented

In 1.12, client side the proxy implements a method named registerItemForRendering(..) which registers the block for rendering.
In 1.14 the method doesn't to be required and invocation of the method is removed from the BlockInitializer class.

It must be verified if it can be removed? If it isn't used then the method should be removed from the proxy.

commented

Doesn't seem to be required any more. Will close issue.