Skip to content

Commit

Permalink
Made method public
Browse files Browse the repository at this point in the history
  • Loading branch information
UselessBullets committed Oct 19, 2023
1 parent 58446d8 commit 294dae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ loader_version=0.14.19-babric.1-bta
halplibe_version=2.3.2

# Mod
mod_version=1.1.0
mod_version=1.1.1
mod_group=useless
mod_name=terrainapi-beta
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class GeneratorFeatures {
* Range Modifier of -1 indicates that the feature should only generate on the surface
*
*/
protected void addComplexFeature(Function<Object[], WorldFeature> featureFunction, Object[] featureParameters, Function<Object[], Integer> densityFunction, Object[] densityParameters){
public void addComplexFeature(Function<Object[], WorldFeature> featureFunction, Object[] featureParameters, Function<Object[], Integer> densityFunction, Object[] densityParameters){
featureFunctionsList.add(featureFunction);
featureParametersList.add(featureParameters);
densityFunctionsList.add(densityFunction);
Expand Down

0 comments on commit 294dae1

Please sign in to comment.