Muqsit / WorldStyler

Yet another World Editor plugin for PocketMine... except it's actually fast!
GNU Lesser General Public License v3.0
30 stars 6 forks source link

Doesnt place certain blocks. #9

Closed ZandercraftGames closed 6 years ago

ZandercraftGames commented 6 years ago

When filling with certain blocks like invisible bedrock it required the id to work or else it treats the command as if you had done //set 0 and with stained glass even if you use the ID it treats it like a //set 0.

Muqsit commented 6 years ago

Can you send the command you typed in?

ZandercraftGames commented 6 years ago

Quick edit... It places stained glass as invisible bedrock.

ZandercraftGames commented 6 years ago

for invisible bedrock I do //set invisible_bedrock for white stained glass I do //set stained_glass or //set 95

ZandercraftGames commented 6 years ago

oh... apparently invisible bedrock and white stained glass share the same ID... nice one mojang! :-1:

Ifera commented 6 years ago

No they don't. On PC Item ID 95 equals white stained glass. On PE Item ID 95 equals invisible block

ZandercraftGames commented 6 years ago

screenshot from 2018-08-13 13-32-03

ZandercraftGames commented 6 years ago

But that still doesnt explain stained_glass and invisible_bedrock not working.

Ifera commented 6 years ago

it should be //set white_stained_glass

Ifera commented 6 years ago

expla

Ifera commented 6 years ago

@ZandercraftGames that explains all

Ifera commented 6 years ago

@Muqsit this can be closed now Also @ZandercraftGames its invisiblebedrock and not invisible_bedrock

Muqsit commented 6 years ago

P.S. Check the BlockIds.php and ItemIds.php files from the pocketmine source code for the correct naming.