chunky-dev / chunky

A path tracer to create realistic images of your Minecraft worlds.
https://chunky-dev.github.io/docs
GNU General Public License v3.0
633 stars 76 forks source link

Mobs and Entities Part 1 (Sheep, Cows, Pigs, Chickens, Mooshrooms, Squids) #1735

Open ThisIsBrady opened 1 month ago

ThisIsBrady commented 1 month ago

This PR is the first of a (probably very long) series where I'll be adding entities. This one adds Sheep, Cows, Pigs, Chickens, Mooshrooms, and Squids and sets up interfaces to accommodate future mobs.

default_2024-06-04_20-04-09-1500

All mobs are fully poseable via the Entities Tab. Some mobs have more specific customization available in the Entities tab:

Built from #1719 Related to #41