#32 [Enhancement] Support for block data

오픈
Paintsplatters3 년 전을 오픈 · 0개의 코멘트
Paintsplatters 코멘트됨, 3 년 전

It would be amazing to have support for blockstate data in config.yml

Be able to specify which direcion a block is facing when generated, whether it is waterlogged or not etc. This could be used to manually add support for any custom blocks without the need for hooks.

Example possible syntax. this would give a 50% chance of cobblestone and 50% chance of brown mushroom on all 6 sides.

config.yml:

generators: customblocks:

label: "My Custom Block"
permission: []
unlock_islandLevel: 0
blocks:
- BROWN_MUSHROOM_BLOCK[west=true,east=true,north=true,south=true,up=true,down=true]:50.0
- COBBLESTONE:50.0
It would be amazing to have support for blockstate data in config.yml Be able to specify which direcion a block is facing when generated, whether it is waterlogged or not etc. This could be used to manually add support for any custom blocks without the need for hooks. Example possible syntax. this would give a 50% chance of cobblestone and 50% chance of brown mushroom on all 6 sides. config.yml: generators: customblocks: label: "My Custom Block" permission: [] unlock_islandLevel: 0 blocks: - BROWN_MUSHROOM_BLOCK[west=true,east=true,north=true,south=true,up=true,down=true]:50.0 - COBBLESTONE:50.0
로그인하여 이 대화에 참여
레이블 없음
Bug
마일스톤 없음
담당자 없음
참여자 1명
로딩중...
취소
저장
아직 콘텐츠가 없습니다.