How do I make such a Mob spawn?

Started by MisterSmeet on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make such a Mob spawn?

I need the player to drop certain items and they disappear and a mob is called. How to do it?

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Something like this maybe,
Sun, 04/06/2025 - 18:38

Something like this maybe,

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you please reset the…
Mon, 04/07/2025 - 14:42

Can you please reset the procedure to disk?

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make an ItemStack?
Mon, 04/07/2025 - 19:58

How do I make an ItemStack?

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
it's a local variable, top…
Mon, 04/07/2025 - 20:17

it's a local variable, top right of the screen

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
((itemEntity)entity).getAge(…
Mon, 04/07/2025 - 20:27

((itemEntity)entity).getAge()  I have a glitch from the custom code, what should I do?

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
show the entire error
Mon, 04/07/2025 - 20:29

show the entire error

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh I see, Java is case…
Mon, 04/07/2025 - 21:05

Oh I see, Java is case-sensitive, the uppercase I at the start of ItemEntity matters

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What should I do?
Mon, 04/07/2025 - 21:17

What should I do?

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I changed it to a bigger one…
Mon, 04/07/2025 - 21:42

I changed it to a bigger one and got this:

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You probably can't call the…
Mon, 04/07/2025 - 21:46

You probably can't call the variable ItemStack with an uppercase I because that's already a java class.

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
do itemStack like I did
Mon, 04/07/2025 - 21:47

do itemStack like I did