mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-24 00:56:38 +00:00
split common
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package noise;
|
||||
|
||||
import com.dfsek.tectonic.annotations.Value;
|
||||
import com.dfsek.tectonic.config.ConfigTemplate;
|
||||
import com.dfsek.terra.api.util.seeded.NoiseSeeded;
|
||||
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public class NoiseConfigTemplate implements ConfigTemplate {
|
||||
@Value(".")
|
||||
private NoiseSeeded builder;
|
||||
|
||||
public NoiseSeeded getBuilder() {
|
||||
return builder;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user