Implement tpbiome command

This commit is contained in:
dfsek
2020-10-02 00:49:06 -07:00
parent 8b0c2030ee
commit d91f5b03d0
6 changed files with 134 additions and 45 deletions

View File

@@ -1,5 +1,6 @@
package com.dfsek.terra.command;
import com.dfsek.terra.command.biome.BiomeCommand;
import com.dfsek.terra.command.image.ImageCommand;
import com.dfsek.terra.command.profile.ProfileCommand;
import com.dfsek.terra.command.structure.StructureCommand;