OminousEyeRenderer is no longer a GeoEntityRenderer, and OminousEyeEntity no longer implements GeoEntity
Removed OminousEyeModel class since it's no longer needed
Added the model in json format, under assets/eldritch_end/models/entity/ominous_eye.json. It's loaded in an event in the client initializer. The texture is in the block folder to omit atlas shenanigans :3
Created and implemented new Ominous Eye model:
OminousEyeRenderer
is no longer aGeoEntityRenderer
, andOminousEyeEntity
no longer implementsGeoEntity
OminousEyeModel
class since it's no longer neededjson
format, underassets/eldritch_end/models/entity/ominous_eye.json
. It's loaded in an event in the client initializer. The texture is in theblock
folder to omit atlas shenanigans :3