mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-21 08:11:06 +00:00
feat: add basic minestom NBT additions and improve block state parser performance
This commit is contained in:
+2
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user