mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-16 21:30:08 +00:00
remove vanilla methods from ConfigPack
This commit is contained in:
@@ -265,26 +265,6 @@ public class ConfigPackImpl implements ConfigPack {
|
||||
return addons;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean vanillaMobs() {
|
||||
return template.vanillaMobs();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean vanillaStructures() {
|
||||
return template.vanillaStructures();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean vanillaCaves() {
|
||||
return template.vanillaCaves();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean vanillaFlora() {
|
||||
return template.vanillaDecorations();
|
||||
}
|
||||
|
||||
@Override
|
||||
public BiomeProvider getBiomeProvider() {
|
||||
return seededBiomeProvider;
|
||||
|
||||
Reference in New Issue
Block a user