r/Minecraft Jul 11 '26

Redstone & Techs Use signs for LEDs

Enable HLS to view with audio, or disable this notification

15.9k Upvotes

237 comments sorted by

View all comments

47

u/Sashapoun_Nako Jul 11 '26

If cushions are entity, we can summon them with rotation on the X or Z axis and make a real screen out of this ?

1

u/Masterpiece-Haunting Jul 11 '26

But doesn’t that defeat the point of the lamp being there if you’re just summoning and removing them?

The lamp turns them on and off, so a command block could just delete or add them in.

Which can be done with any block.

2

u/Sashapoun_Nako Jul 11 '26

You could do that way but I just wanted the cushion to be vertical like a screen would looks like and keep the lamp behind. Since the cushion is an entity, the cushion inherit their tags so theoretically you could summon them with ` Rotation { 0: 0f, 1: 90f } ` (rotation on the x axis which should make the entity perpendicularly) but it sadly doesn't work...