fix final config template values

This commit is contained in:
dfsek
2021-09-18 23:43:00 -07:00
parent 13ffb0ace1
commit 1968bdf88d
8 changed files with 12 additions and 13 deletions
@@ -16,7 +16,7 @@ public class ImageProviderTemplate implements ObjectTemplate<BiomeProvider> {
private final Registry<TerraBiome> biomes;
@Value("resolution")
@Default
private final int resolution = 1;
private int resolution = 1;
@Value("image.name")
private BufferedImage image;
@Value("image.align")