mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 14:21:08 +00:00
remove unused class
This commit is contained in:
-12
@@ -1,12 +0,0 @@
|
|||||||
package com.dfsek.terra.addons.chunkgenerator.config;
|
|
||||||
|
|
||||||
import com.dfsek.tectonic.config.ConfigTemplate;
|
|
||||||
|
|
||||||
|
|
||||||
public class WorldSamplerContext implements ConfigTemplate {
|
|
||||||
private final int elevationBlend;
|
|
||||||
|
|
||||||
public WorldSamplerContext(int elevationBlend) {
|
|
||||||
this.elevationBlend = elevationBlend;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user