TheGreyGhost / MinecraftByExample

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

Mob creation and spawing? Can you point me in the right direction? #63

Closed myxxmikeyxx closed 3 years ago

myxxmikeyxx commented 3 years ago

I am pretty sure you have this, I am just not sure what classes. I looked at Entities and Models and tried to look at those classes but I am a bit lost and now doubting if I am in the right spot.

For reference I am new to this and trying to learn so I am sorry if I was in the right place just not understanding.

TheGreyGhost commented 3 years ago

Howdy Probably the best place to ask these questions is here: https://forums.minecraftforge.net/forum/70-modder-support/

Lots of very helpful folks who answer questions a lot faster than me..!

MBE doesn't have anything for mobs specifically, but spawning entities can be done as mbe81 (in the item code).

-TGG