Block entity flattening [$15] #26
Labels
bounty
essential
A feature that must be implemented for 1.13 base support.
good first issue
Good for newcomers
server
An internal technical feature.
This issue is part of the 1.13.x compatibility Epic.
All contributions are subject to the Glowstone CLA. In short, contributions must not contain any content (code or otherwise) copied from,
inspired by or based upon content from Mojang or third-party projects that are based on such content (CraftBukkit, Spigot, Forge, ...).
Description:
Once block properties and IDs are sorted, we can probably remove all block entity functionality for related entities (flower pots and note blocks).
Reference Documentation:
https://minecraft.gamepedia.com/Flower_Pot#History
https://minecraft.gamepedia.com/Note_Block#History
Relevant Code:
https://github.com/GlowstoneMC/Glowstone/blob/1.13/src/main/java/net/glowstone/block/entity/NoteblockEntity.java
https://github.com/GlowstoneMC/Glowstone/blob/1.13/src/main/java/net/glowstone/block/entity/state/GlowNoteBlock.java
https://github.com/GlowstoneMC/Glowstone/blob/1.13/src/main/java/net/glowstone/block/entity/FlowerPotEntity.java
https://github.com/GlowstoneMC/Glowstone/blob/1.13/src/main/java/net/glowstone/block/entity/state/GlowFlowerPot.java
Related to:
#3
#4
There is a $15 open bounty on this issue. Add to the bounty at Bountysource.
The text was updated successfully, but these errors were encountered: