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

Started by Cow-SharksAreAmazing on

Topic category: User side tutorials

Last seen on 19:09, 11. Mar 2020
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.

 

Last seen on 19:09, 11. Mar 2020
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can someone please answer?
Fri, 03/06/2020 - 13:38

Can someone please answer?

Last seen on 20:38, 30. Dec 2022
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

Last seen on 08:13, 21. Jun 2021
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)

Last seen on 00:53, 10. Oct 2023
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!