Skip to content

converts .nbs file from Open Noteblock Studio to .litematic file.

Notifications You must be signed in to change notification settings

euichan41/nbs2schematic

Repository files navigation

nbs2schematic

converts .nbs file from Open Noteblock Studio to .litematic file.

.nbs file made from OpenNBS can be converted into .litematic file of the redstone circuit that plays the song automatically.

Up to 36 noteblocks in OpenNBS file is compatible to played simultaneously, and 3 layers containing hat(sand) is compatible, since it is fallable.

You can use the source code : nbs2schematic_reduced_chunkloadingimprovement.py to run the program,

or you might want to use nbs2schematic_reduced_chunkloadingimprovement.exe executable file if you are not so familiar with python(or visual studio)

When the program runs, it converts .nbs file into .litematic file.

If you don't use litematica mod and need .schematic file, you should use Lite2Edit by GoldenDelicios, which converts .litematic file into .schem file.

////

노트블럭 스튜디오로 만든 nbs 파일을 .litematic 파일로 변환해 줄 수 있는 프로그램임.

노트블럭 스튜디오에서 동시에 최대 36개의 노트블럭까지를 연주하는 레드스톤 회로로 구현할 수 있고, 햇(모래)를 포함한 layer는 3개만 가능함. (밑으로 떨어지니까)

파이썬을 쓸 줄 알면 nbs2schematic_reduced_chunkloadingimprovement.py를 구동하면 되고,

혹시 파이썬 쓸 줄 모르면 같이 넣어놓은 nbs2schematic_reduced_chunkloadingimprovement.exe파일을 실행하면 됨.

프로그램이 실행되면, .nbs 파일을 .litematic 파일로 변환해 줌.

만약 라이트매티카 모드를 쓰지 않아서 .schematic 파일이 필요하면 , GoldenDelicios의 Lite2Edit을 실행해서 .litematic을 .schem 파일로 변환하면 됨.