Merge branch 'main' of github.com-quiqueck:paulevsGitch/BCLib
This commit is contained in:
commit
49bd5d8f80
2 changed files with 3 additions and 3 deletions
|
@ -2,5 +2,5 @@
|
||||||
before_install:
|
before_install:
|
||||||
- source "$HOME/.sdkman/bin/sdkman-init.sh"
|
- source "$HOME/.sdkman/bin/sdkman-init.sh"
|
||||||
- sdk update
|
- sdk update
|
||||||
- sdk install java 16.0.1.hs-adpt
|
- sdk install java 17.0.1.hs-adpt
|
||||||
- sdk use java 16.0.1.hs-adpt
|
- sdk use java 17.0.1.hs-adpt
|
|
@ -138,7 +138,7 @@ public class BCLFeature {
|
||||||
* @param veins iterations per chunk.
|
* @param veins iterations per chunk.
|
||||||
* @param veinSize size of ore vein.
|
* @param veinSize size of ore vein.
|
||||||
* @param placement {@link net.minecraft.world.level.levelgen.placement.PlacementModifier} for the ore distribution,
|
* @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
|
* @param rare when true, this is placed as a rare resource
|
||||||
* @return new BCLFeature instance.
|
* @return new BCLFeature instance.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue