ryanhaney97 / forge-clj

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

Improved Rendering System #25

Open ryanhaney97 opened 8 years ago

ryanhaney97 commented 8 years ago

I wish to make some adjustments to the Rendering System, such as a way to animate things a bit more automatically, and a way to convert the .json block models into models for the renderer. This should come naturally alongside or after the Entity system, as rendering is an important part there.