mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-08 16:56:07 +00:00
wip
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package com.dfsek.terra.api.config;
|
||||
|
||||
import ca.solostudios.strata.version.Version;
|
||||
import ca.solostudios.strata.version.VersionRange;
|
||||
|
||||
import com.dfsek.terra.api.addon.BaseAddon;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
|
||||
public interface MetaPack {
|
||||
Map<String, ConfigPack> packs();
|
||||
|
||||
String getAuthor();
|
||||
|
||||
Version getVersion();
|
||||
}
|
||||
Reference in New Issue
Block a user