BlueMap-Minecraft / BlueMap

A Minecraft mapping tool that creates 3D models of your Minecraft worlds and displays them in a web viewer.
https://bluecolo.red/bluemap
MIT License
1.76k stars 114 forks source link

Add mechanism for retrieving BlockEntity data #524

Closed glorantq closed 3 months ago

glorantq commented 3 months ago

This commit adds a mechanism for retrieving block entity data. Block entity data is required to support for example text on signs, banner patterns, or mods such as Domum Ornamentum.

TBlueF commented 3 months ago

The github-build fails, but i think it only needs a ./gradlew spotlessApply to add the license headers ^^

glorantq commented 3 months ago

Yeah I realised I missed the headers, should be fine now. spotlessCheck is happy locally.