개인 자료란 (JE)

  서버 커뮤니티

Profile 명이 프로답변러

myoung2 ec5127c15aab46a4862df5f068b3e07f

Profile

질문하기 Java

모드 OreGen

2020.10.23 조회 수 96 추천 수 0
이해도 모드 
게임버전 (JE) 포지 


private static void genOre(Biome biome, int count, int bottomOffset, int topOffset, 
        int max, RuleTest filler, BlockState defualtBlockstate,int size){
    IPlacementConfig range =;
    ConfiguredPlacement config = Placement.field_242903_g.configure(range);
    OreFeatureConfig feature = new OreFeatureConfig(filler, defualtBlockstate, size);
    biome.generateFeatures(GenerationStage.Decoration.UNDERGROUND_ORES, Feature.ORE.withConfiguration(feature).withPlacement(config));

}

이거 3번째 줄 (사실 코드에서는 두번째 줄) 에 뭐 넣어야되네여?

어케하누




Warning
댓글이 없습니다.

새로운 댓글을 등록해 주세요!