Procedure Help

Started by Mopru on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Procedure Help

Ill reupload this so its simpler. How can I make a procedure that'll summon a tamed mob? I want it to fight for me.

Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Tamable mobs have an NBT tag…
Tue, 06/27/2023 - 23:47

Tamable mobs have an NBT tag describing the entity ID of the player that tamed them. I don't know how to get an entity ID from a player though.

Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i think getting the id of a…
Wed, 07/19/2023 - 20:15

i think getting the id of a player can only be done with coding or plugins.

Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could use a procedure…
Wed, 07/19/2023 - 20:53

You could use a procedure block to summon your custom entity at X Y Z

then, use the tame event/target entity by sourceentity procedure block, but place get nearest entity of type your entity at X Y Z in the first slot, and event/target entity in the second slot

Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I have discovered that it is…
Sat, 07/22/2023 - 01:33

I have discovered that it is quite impossible to set NBT data on an entity using Forge. I would suggest using commands.

Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
there are blocks labeled …
Sat, 07/29/2023 - 22:09

there are blocks labeled "set nbt tag to entity"