BrassAmber-Mods / ClassicHostiles

Creature mod for Minecraft 1.19.2
MIT License
2 stars 1 forks source link

Started implementing more mobs #38

Open Camawama opened 1 year ago

Camawama commented 1 year ago

Started to add the Big Cat and Crocodile. They need some work but they at least render in-game. Starting the port to 1.20.1 soon.

DerToaster98 commented 1 year ago

Looks ok but i only took a rough look.

Also: Why the hell does this even use geckolib models? If you're doing animations manually in-code like you're doing here, then don't use geckolib. Period.

Please take the time, make proper geckolib animations in blockbench and write the proper predicates and controllers for it on the entities themselves.

Camawama commented 1 year ago

Looks ok but i only took a rough look.

Also: Why the hell does this even use geckolib models? If you're doing animations manually in-code like you're doing here, then don't use geckolib. Period.

Please take the time, make proper geckolib animations in blockbench and write the proper predicates and controllers for it on the entities themselves.

I believe when this was started, GeckoLib was in mind but nobody made the animations for them.