CraftStudio API

CraftStudio API

12M Downloads

Import model as block model

tompiron opened this issue ยท 0 comments

commented

Expected Behavior

The api should be able to load CraftStutio model like the model json system of minecraft, without the use of a TESR.

Current Behavior

Currently to import a CraftStudio model you must create a tile entity, and bind it to a TESR. With this system if your block isn't animated you could import the model for your block directly, without this Tile Entity stuff.

Possible Solution

Using the model registry system with IModel and IBakedModel.