This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Hello guys,
how can I use a code made by Tabula/Techne to render a NON-MOB entity? The entity I want to render is something like a javelin.
The problem I have is the following: I think, that Tabula/Techne can only be used for mobs, not for normal entities
You can render a techne model at any place whenever you want as long you call the render functions of the boxes from the model.
Not doing mc modding that much anymore because I am making a full blown game that does not have limitations that mc has. (rip Magiology for now)
I may come back if MC fixes it's rendering pipeline.
and how can i use it to render an entitythrowable? The constructor only accepts a RenderManager, not a Model
Ummm make a custom entity renderer and bind it to the tileentity. Than you can render the model from the rederer.
Slowly I am getting even more confused XD
A TileEntity is for a block, isn't it? If not, then sorry for that question ^^
TileEntity is for a more complicated block with a functionality like furnaces, every modded machine/pipes....
Hello guys,
how can I use a code made by Tabula/Techne to render a NON-MOB entity? The entity I want to render is something like a javelin.
The problem I have is the following:
I think, that Tabula/Techne can only be used for mobs, not for normal entities
You can render a techne model at any place whenever you want as long you call the render functions of the boxes from the model.
Not doing mc modding that much anymore because I am making a full blown game that does not have limitations that mc has. (rip Magiology for now)
I may come back if MC fixes it's rendering pipeline.
and how can i use it to render an entitythrowable? The constructor only accepts a RenderManager, not a Model
Ummm make a custom entity renderer and bind it to the tileentity. Than you can render the model from the rederer.
Not doing mc modding that much anymore because I am making a full blown game that does not have limitations that mc has. (rip Magiology for now)
I may come back if MC fixes it's rendering pipeline.
Slowly I am getting even more confused XD
A TileEntity is for a block, isn't it? If not, then sorry for that question ^^
TileEntity is for a more complicated block with a functionality like furnaces, every modded machine/pipes....
Not doing mc modding that much anymore because I am making a full blown game that does not have limitations that mc has. (rip Magiology for now)
I may come back if MC fixes it's rendering pipeline.