Fixed wrong javadoc annotation
This commit is contained in:
parent
6907a02141
commit
6b7996bdf4
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ public class BCLFeature {
|
|||
* @param veins iterations per chunk.
|
||||
* @param veinSize size of ore vein.
|
||||
* @param placement {@link net.minecraft.world.level.levelgen.placement.PlacementModifier} for the ore distribution,
|
||||
* for example {@Code PlacementUtils.FULL_RANGE}, {@Code PlacementUtils.RANGE_10_10}
|
||||
* for example {@code PlacementUtils.FULL_RANGE}, {@code PlacementUtils.RANGE_10_10}
|
||||
* @param rare when true, this is placed as a rare resource
|
||||
* @return new BCLFeature instance.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue