ryanhaney97 / forge-clj

A WIP implementation of clojure for minecraft forge.
60 stars 7 forks source link

Implementing an Entity System #23

Open ryanhaney97 opened 8 years ago

ryanhaney97 commented 8 years ago

I need to create a system that will allow (hopefully easy) creation of entities. From there I should also be able to expand to more complex things such as EntityLivings (mobs).