Base key names on internal names

This commit is contained in:
Astrash
2023-03-01 13:39:09 +11:00
parent 6efff02c19
commit 2afcee28a6
3 changed files with 4 additions and 4 deletions
@@ -27,10 +27,10 @@ public class ImageProviderTemplate implements ObjectTemplate<BiomeProvider> {
@Description("Sets the resolution at which to sample the image.")
private int resolution = 1;
@Value("image")
@Value("color-sampler")
private ColorSampler colorSampler;
@Value("biomes")
@Value("color-conversion")
private ColorConverter<Biome> colorConverter;
@Override