Scaffolding
Scaffolding copied to clipboard
Schematic library for Minestom
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
Fixed major issues with codeql, legacylookup, and utf-8 encoding. Also added better gradle maintaining support.
I have a schematic created and loaded which contains Signs with Text on it. The Signs on loading does not have a Text Does Schematics contain the Text of the...
**Describe the bug** So when you trying to load up a schematic via Scaffolding.fromFile or via the FileInputStream the response is always null. There is no exception too which would...
**Describe the bug** When placing a schematic it produces: ``` java.lang.ArrayIndexOutOfBoundsException: Index 1048576 out of bounds for length 24 at java.base/java.util.ImmutableCollections$ListN.get(ImmutableCollections.java:680) at net.minestom.server.instance.DynamicChunk.getSection(DynamicChunk.java:109) at net.minestom.server.instance.Chunk.getSectionAt(Chunk.java:95) at net.minestom.server.instance.DynamicChunk.setBlock(DynamicChunk.java:72) at net.minestom.server.instance.batch.ChunkBatch.apply(ChunkBatch.java:216) at...
**Describe the bug** MCEdit schematics are loaded with a different block pallet when compared to how WorldEdit handles the same schematic. Currently, state Ids can only go from 0 to...