change addon IDs to reflect new module names

This commit is contained in:
dfsek
2021-07-08 23:29:28 -07:00
parent 40e28c5e4b
commit b36955a10a
9 changed files with 9 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ import com.dfsek.terra.api.structure.Structure;
import java.io.InputStream;
import java.util.Map;
@Addon("terrascript")
@Addon("structure-terrascript-loader")
@Author("Terra")
@Version("1.0.0")
public class TerraScriptAddon extends TerraAddon implements EventListener {