How do I make a dragon come out of an egg?

Started by Cow-SharksAreAmazing on

Topic category: User side tutorials

Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make a dragon come out of an egg?

I want to make an egg that can hatch over time into a dragon.

 

Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
On block tick update:     …
Fri, 03/06/2020 - 14:24

On block tick update:

     Set nbt number "life" to (get nbt number "life" + 1)

     If (get nbt number "life") > (time in seconds to hatch * 20) do:

          Destroy block at x y z

          Summon Dragon

Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
basically the procedure…
Sat, 03/07/2020 - 06:36

basically the procedure above but add NBT to the block with no inventory slots (0)

Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I need some help with this…
Fri, 07/31/2020 - 16:42

I need some help with this to, I can't seem to find the blocks to the procedure. HELP!