Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.12.2] Allow more placeable items on special blocks such as glass #298

Open
LukeShortCloud opened this issue Apr 23, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@LukeShortCloud
Copy link

In Minecraft 1.14, certain items could be placed on blocks that previously were not possible.

Items:

  • Ladder
  • Tripwire Hook
  • Vines
  • Coral Fan (new item added in Minecraft 1.13)
  • Lever
  • Button
  • Torch
  • Bell
  • <COLOR> Bed (beds have been placeable on these blocks since Minecraft 1.13)
  • Redstone
    • The behavior of redstone on glass is interesting in Java Edition. This could be a whole separate GitHub issue. For more information, refer to the Minecraft wiki page for Glass.

Redstone dust and components can be placed on glass, but cannot power glass. Glass can't cut vertical redstone. Vertical redstone can be placed on glass. In Java Edition, it transmits redstone signals up, not down. Otherwise, glass in redstone circuits is functionally the same as an upside-down slab.

Blocks:

  • Glowstone
  • Sea Lantern
  • <COLOR> Stained Glass
  • Glass
  • Ice
  • Packed Ice
  • Blue Ice (new block added in Minecraft 1.13)

For the full details, refer to this Reddit post and the comments: https://www.reddit.com/r/Minecraft/comments/b67lvy/19w13a_allows_you_to_place_these_blocks_on_glass/

@thedarkcolour thedarkcolour added the enhancement New feature or request label Aug 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants