feat: add basic minestom NBT additions and improve block state parser performance

This commit is contained in:
Christian Bergschneider
2025-12-11 01:30:40 +01:00
parent ddc8cc7db5
commit d262831107
6 changed files with 124 additions and 24 deletions
@@ -27,6 +27,8 @@ public class TerraMinestomExample {
private TerraMinestomWorld world;
public static void main(String[] args) {
System.setProperty("minestom.registry.unsafe-ops", "true");
TerraMinestomExample example = new TerraMinestomExample();
example.createNewInstance();
example.attachTerra();