Started by
waterpeanut19
on
Topic category: Help with Minecraft modding (Java Edition)
in the current version of mcreator I can't find a way to make a mob hostile, I can only make it neutral or passive
Topic category: Help with Minecraft modding (Java Edition)
in the current version of mcreator I can't find a way to make a mob hostile, I can only make it neutral or passive
Page two of creating a living entity - BEHAVIOURAL CHARACTERISTICS
Options are MOB or CREATURE
You then also need to set the AI rules to attack Entity:player
There should be 2 code blocks in combat tasks tab when you're coding the AI. The first is "Attack in sight only _ nearby only _ of type __" and the second one is basically "look at __ in radius _" So put the look at first and set the radius to whatever, then put the attack blah blah one second and select EntityPlayer from the drop down on both. That makes it hostile to players.