mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-20 23:30:29 +00:00
Reimplement structure trees with TerraScripts
This commit is contained in:
@@ -68,6 +68,12 @@ public class TreeRegistry extends TerraRegistry<Tree> {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean add(String name, Tree value) {
|
||||
System.out.println("Added " + name);
|
||||
return super.add(name, value);
|
||||
}
|
||||
|
||||
private final class FractalTreeHolder implements Tree {
|
||||
private final FractalTree tree;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user