feat(app): add entity nbt field input#60
Open
comjun04 wants to merge 11 commits into
Open
Conversation
this commit changes the save file format version to `7`
…ing rather than appending
…mmon command length
…string generation
this is a `mojangson` library bug, where stringifying a boolean value produces NaN value. I monkey-patched the library to return correct value.
Owner
Author
|
구현 과정에서 엔티티 생성 명령어를 만드는 구조를 상당 부분 변경하여, 변경 후 생성된 명령어가 인게임에서 제대로 작동하는지 면밀히 테스트한 후 merge할 예정입니다. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
디스플레이 엔티티에 개별적으로 NBT 데이터를 입력할 수 있는 기능을 추가합니다.
모든 디스플레이 엔티티는 마인크래프트 엔티티이므로, 에디터에서 수정할 수 있는 항목 외에 추가적인 NBT 데이터 값을 가질 수 있습니다. 따라서 디스플레이 엔티티 개별적으로 NBT 데이터 입력 필드를 추가하고, 마인크래프트로 내보낼 때 생성하는 소환 명령어에도 반영하였습니다.
추가로 프로젝트 루트 엔티티에도 추가적인 NBT 데이터를 입력할 수 있도록 프로젝트
mainNBT입력 필드를 추가하였고, 마인크래프트로 내보낼 때 생성하는 소환 명령어에도 반영하였습니다.