mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 10:30:42 +00:00
fix function loading issues
This commit is contained in:
@@ -42,7 +42,7 @@ public class UserDefinedBiomeBuilder implements BiomeBuilder {
|
||||
template.getVariables().forEach(varScope::create);
|
||||
|
||||
Map<String, NoiseSeeded> noiseBuilderMap = pack.getTemplate().getNoiseBuilderMap();
|
||||
Map<String, FunctionTemplate> functionTemplateMap = new HashMap<>(template.getFunctions());
|
||||
Map<String, FunctionTemplate> functionTemplateMap = new HashMap<>(pack.getTemplate().getFunctions());
|
||||
|
||||
functionTemplateMap.putAll(template.getFunctions());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user