1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

The EndCrystal's Bottom

Discussion in 'Development' started by SunsetTadpole78, Mar 27, 2021.

  1. SunsetTadpole78

    SunsetTadpole78 Creeper

    Messages:
    4
    Hello ! I want to add the Vanilla EndCrystal's Bottom
    [​IMG]
    and he don't want to spawn, I added this line for add this one but he don't want !
    PHP:
    public const TAG_SHOW_BOTTOM "ShowBottom";
    public function 
    initEntity(): void{
        if(!
    $this->namedtag->hasTag(self::TAG_SHOW_BOTTOMByteTag::class)){
            
    $this->namedtag->setByte(self::TAG_SHOW_BOTTOM1);
        }
        
        
    parent::initEntity();
    }
    The result:
    [​IMG]
    I had see this page for the tag
    https://minecraft.fandom.com/wiki/End_Crystal#Entity_data
    Thanks you for your help
     
  2. xLeakDev Enzo

    xLeakDev Enzo Spider Jockey

    Messages:
    38
    GitHub:
    nya-enzo
    Wait, does it even exists in mcpe in general ? I'm not sure, well in that case if the thing is not registered in pmmp at all,
    the the flag will only spawn a bedrock block i guess, maybe cause pmmp did iy like that
     
  3. SunsetTadpole78

    SunsetTadpole78 Creeper

    Messages:
    4
    In mcpe, there is the EnderCrystal's bottom [​IMG]
     
  4. SunsetTadpole78

    SunsetTadpole78 Creeper

    Messages:
    4
    I have patch this, they need this line
    PHP:
    $this->setGenericFlag(self::DATA_FLAG_SHOWBASE1);
    [​IMG]
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.