TheGreyGhost / MinecraftByExample

Working sample code for the basic concepts in Minecraft and Forge.
Other
1.24k stars 187 forks source link

Manually keeping track of .obj entity models #76

Open FlashHUN opened 2 years ago

FlashHUN commented 2 years ago

The example given in MBE81 for manually keeping track of .obj models is out of date. Some of the interfaces, classes and methods simply don't exist anymore and I couldn't find any replacements.

Is there any chance we'll get an example of baking .obj models ourselves instead of wrapping them in a block or item in the future?

TheGreyGhost commented 2 years ago

Hi Ah ok, yeah those can often change which is pretty annoying I'm working on something else at the moment but I hope to get back to MBE in the next few weeks and update to latest I'll also look at your baking .obj suggestion, I'm a bit rusty now so I don't remember why I used block/item wrapping..

Cheers TGG

FlashHUN commented 2 years ago

Hey, that's great to hear, thank you!

I'm a bit rusty now so I don't remember why I used block/item wrapping.

You made a boomerang in that example, and the item and entity use the same model.