mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-13 11:16:05 +00:00
fix final config template values
This commit is contained in:
@@ -13,7 +13,7 @@ import com.dfsek.terra.api.addon.TerraAddon;
|
||||
public class ConfigPackAddonsTemplate implements ConfigTemplate {
|
||||
@Value("addons")
|
||||
@Default
|
||||
private final Set<TerraAddon> addons = new HashSet<>();
|
||||
private Set<TerraAddon> addons = new HashSet<>();
|
||||
|
||||
|
||||
public Set<TerraAddon> getAddons() {
|
||||
|
||||
Reference in New Issue
Block a user