mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-15 04:06:13 +00:00
remove unused configpack methods
This commit is contained in:
@@ -268,16 +268,6 @@ public class ConfigPackImpl implements ConfigPack {
|
||||
return template.vanillaCaves();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean disableStructures() {
|
||||
return template.disableStructures();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean doBetaCarvers() {
|
||||
return template.doBetaCarvers();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean vanillaFlora() {
|
||||
return template.vanillaDecorations();
|
||||
@@ -341,11 +331,6 @@ public class ConfigPackImpl implements ConfigPack {
|
||||
return template.getVersion();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Map<String, String> getLocatable() {
|
||||
return template.getLocatable();
|
||||
}
|
||||
|
||||
@Override
|
||||
public RegistryFactory getRegistryFactory() {
|
||||
return registryFactory;
|
||||
|
||||
Reference in New Issue
Block a user