How do I make custom blocks show up only in creative mode

I am trying to create a tardis/doctor who map, my idea is to make a bunch of custom blocks each the same colour with different opacity so I could use commands to make them fade, so I could make the tardis look like it was fading in and out

What I want to know is if I create a custom block is there anyway to keep that block hidden if the player is in survival mode? This is for bedrock edition, on android

3

1 Answer

You can just not add a crafting recipe, and bam it's unobtainable. You can even set one of the components, "minecraft:loot": "loot_tables/empty" to make it drop nothing if placed down.

Unfortunately without, doing some command work, what you are asking for specifically is not directly possible.

You Might Also Like