Procedure Help

Started by Mopru on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 months ago
Joined Jan 2023
Points:
470

User statistics:

  • Modifications: 0
  • Forum topics: 30
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 43
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.

Active 1 year ago
Joined Nov 2022
Points:
413

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 93
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.

Active 11 hours ago
Joined Feb 2023
Points:
472

User statistics:

  • Modifications: 8
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 164
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.

Active 4 hours ago
Joined Apr 2023
Points:
692

User statistics:

  • Modifications: 4
  • Forum topics: 23
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 552
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

Active 1 year ago
Joined Nov 2022
Points:
413

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 93
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.

Active 3 months ago
Joined Jan 2023
Points:
470

User statistics:

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

there are blocks labeled "set nbt tag to entity"