mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-11 02:06:07 +00:00
Add FixChunk command
This commit is contained in:
@@ -23,7 +23,8 @@ public class TerraCommand extends Command {
|
||||
new SaveDataCommand(this),
|
||||
new StructureCommand(this),
|
||||
new ImageCommand(this),
|
||||
new GeometryCommand(this));
|
||||
new GeometryCommand(this),
|
||||
new FixChunkCommand(this));
|
||||
|
||||
public TerraCommand(GaeaPlugin main) {
|
||||
super(main);
|
||||
|
||||
Reference in New Issue
Block a user