mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 10:30:42 +00:00
fix final variable in config template
This commit is contained in:
@@ -14,7 +14,7 @@ import com.dfsek.terra.api.world.generator.Palette;
|
||||
public class BiomePaletteTemplate implements ObjectTemplate<PaletteInfo> {
|
||||
@Value("slant")
|
||||
@Default
|
||||
private final @Meta SlantHolder slant;
|
||||
private @Meta SlantHolder slant;
|
||||
@Value("palette")
|
||||
private @Meta PaletteHolder palette;
|
||||
@Value("ocean.level")
|
||||
|
||||
Reference in New Issue
Block a user