mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-15 21:31:05 +00:00
fix typo
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ public class PackFeatureOptionsTemplate implements ConfigTemplate {
|
|||||||
@Default
|
@Default
|
||||||
private List<Identifier> excludedRegistryFeatures = new ArrayList<>();
|
private List<Identifier> excludedRegistryFeatures = new ArrayList<>();
|
||||||
|
|
||||||
@Value("features.inject-biome.excluded-features")
|
@Value("features.inject-registry.excluded-features")
|
||||||
@Default
|
@Default
|
||||||
private List<Identifier> excludedBiomeFeatures = new ArrayList<>();
|
private List<Identifier> excludedBiomeFeatures = new ArrayList<>();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user