Skip to content

Commit

Permalink
Update OverworldOreFeatures.java
Browse files Browse the repository at this point in the history
  • Loading branch information
UselessBullets committed Nov 10, 2023
1 parent a93469f commit 624194a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public OverworldOreFeatures(OreConfig config){
public void addFeature(WorldFeature feature, int chances, float rangeModifier){
addFeature(feature, chances, rangeModifier, null);
}

/**Adds a world feature entry
* @param feature WorldFeature to generate
* @param chances Number of attempts per chunk
Expand Down

0 comments on commit 624194a

Please sign in to comment.