-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Block Data #3
Merged
Merged
Block Data #3
Conversation
This file contains 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
Closed
i fixed the json import stuff. Looks like the code crashes due to a keyerror. |
JaylyDev
added a commit
that referenced
this pull request
Mar 29, 2023
commit 8ba2dbd Merge: c4614c1 0c5b123 Author: Jayly <65847850+JaylyDev@users.noreply.github.com> Date: Sat Mar 25 19:40:53 2023 +0000 Merge pull request #3 from SmokeyStack/main Block Data commit c4614c1 Merge: 1246e14 de06f71 Author: Jayly <65847850+JaylyDev@users.noreply.github.com> Date: Sat Mar 25 19:39:05 2023 +0000 Merge pull request #7 from JaylyDev/beta Use actions to build exe when a release is published commit 0c5b123 Merge: a086294 db167f8 Author: SmokeyStack <seansyahril04@gmail.com> Date: Fri Mar 24 13:32:12 2023 -0400 Merge branch 'main' of https://github.com/SmokeyStack/nbt-to-mcstructure commit a086294 Author: SmokeyStack <seansyahril04@gmail.com> Date: Fri Mar 24 13:31:41 2023 -0400 Added some support for pre-1.13 nbt commit db167f8 Author: bot174 <65847850+JaylyDev@users.noreply.github.com> Date: Thu Mar 23 21:31:59 2023 +0000 fix path case sensitive issue commit f5e5855 Author: SmokeyStack <seansyahril04@gmail.com> Date: Wed Mar 22 13:08:53 2023 -0400 Updated types commit 74c8c20 Author: SmokeyStack <seansyahril04@gmail.com> Date: Wed Mar 22 10:41:35 2023 -0400 Added support for structureblock commit 3c4117f Author: SmokeyStack <seansyahril04@gmail.com> Date: Wed Mar 22 10:28:06 2023 -0400 Updated file names commit ac40a35 Author: SmokeyStack <seansyahril04@gmail.com> Date: Wed Mar 22 10:24:06 2023 -0400 Added support for skull commit 567c8e9 Author: SmokeyStack <seansyahril04@gmail.com> Date: Wed Mar 22 08:20:36 2023 -0400 Added support for spawners commit 9b354e5 Author: SmokeyStack <seansyahril04@gmail.com> Date: Wed Mar 22 07:58:48 2023 -0400 Fixed default block entity commit 027e2b9 Author: SmokeyStack <seansyahril04@gmail.com> Date: Wed Mar 22 07:57:25 2023 -0400 Added support for Jigsaw commit 8a900e3 Merge: 341e8d4 1246e14 Author: SmokeyStack <84206875+SmokeyStack@users.noreply.github.com> Date: Wed Mar 22 07:16:58 2023 -0400 Merge branch 'main' into main commit 341e8d4 Author: SmokeyStack <seansyahril04@gmail.com> Date: Wed Mar 22 07:06:18 2023 -0400 Updated block entity support commit d262c18 Author: SmokeyStack <seansyahril04@gmail.com> Date: Tue Mar 21 14:54:38 2023 -0400 Added support to convert old ids to new ids commit fc5e1ea Author: SmokeyStack <seansyahril04@gmail.com> Date: Mon Mar 20 07:25:13 2023 -0400 Added support for flower pots and furnaces commit 91f4ae8 Author: SmokeyStack <seansyahril04@gmail.com> Date: Sun Mar 19 11:57:47 2023 -0400 Added support for comparator commit 1246e14 Merge: 9b5298b a29982d Author: Jayly <65847850+JaylyDev@users.noreply.github.com> Date: Sat Mar 18 17:12:51 2023 +0000 Merge pull request #4 from JaylyDev/beta Put vanilla structures into zip file commit d40efde Author: SmokeyStack <seansyahril04@gmail.com> Date: Sat Mar 18 07:29:00 2023 -0400 Added support for trapped chest and barrel commit b48205c Author: SmokeyStack <seansyahril04@gmail.com> Date: Sat Mar 18 07:06:15 2023 -0400 Updated id names commit aee0e38 Author: SmokeyStack <seansyahril04@gmail.com> Date: Sat Mar 18 06:41:33 2023 -0400 Formatted using Black and added support for more block entities commit ac1860d Author: SmokeyStack <seansyahril04@gmail.com> Date: Sat Mar 18 06:40:37 2023 -0400 Formatted using Black commit aae068a Author: SmokeyStack <seansyahril04@gmail.com> Date: Fri Mar 17 10:19:59 2023 -0400 Added support for bed data commit f8d54dd Author: SmokeyStack <seansyahril04@gmail.com> Date: Fri Mar 17 06:49:02 2023 -0400 Added support for furnace commit 2a1837f Author: SmokeyStack <seansyahril04@gmail.com> Date: Thu Mar 16 09:38:56 2023 -0400 Chest block data
JaylyDev
added a commit
that referenced
this pull request
Mar 29, 2023
* Squashed commit of the following: commit 8ba2dbd Merge: c4614c1 0c5b123 Author: Jayly <65847850+JaylyDev@users.noreply.github.com> Date: Sat Mar 25 19:40:53 2023 +0000 Merge pull request #3 from SmokeyStack/main Block Data commit c4614c1 Merge: 1246e14 de06f71 Author: Jayly <65847850+JaylyDev@users.noreply.github.com> Date: Sat Mar 25 19:39:05 2023 +0000 Merge pull request #7 from JaylyDev/beta Use actions to build exe when a release is published commit 0c5b123 Merge: a086294 db167f8 Author: SmokeyStack <seansyahril04@gmail.com> Date: Fri Mar 24 13:32:12 2023 -0400 Merge branch 'main' of https://github.com/SmokeyStack/nbt-to-mcstructure commit a086294 Author: SmokeyStack <seansyahril04@gmail.com> Date: Fri Mar 24 13:31:41 2023 -0400 Added some support for pre-1.13 nbt commit db167f8 Author: bot174 <65847850+JaylyDev@users.noreply.github.com> Date: Thu Mar 23 21:31:59 2023 +0000 fix path case sensitive issue commit f5e5855 Author: SmokeyStack <seansyahril04@gmail.com> Date: Wed Mar 22 13:08:53 2023 -0400 Updated types commit 74c8c20 Author: SmokeyStack <seansyahril04@gmail.com> Date: Wed Mar 22 10:41:35 2023 -0400 Added support for structureblock commit 3c4117f Author: SmokeyStack <seansyahril04@gmail.com> Date: Wed Mar 22 10:28:06 2023 -0400 Updated file names commit ac40a35 Author: SmokeyStack <seansyahril04@gmail.com> Date: Wed Mar 22 10:24:06 2023 -0400 Added support for skull commit 567c8e9 Author: SmokeyStack <seansyahril04@gmail.com> Date: Wed Mar 22 08:20:36 2023 -0400 Added support for spawners commit 9b354e5 Author: SmokeyStack <seansyahril04@gmail.com> Date: Wed Mar 22 07:58:48 2023 -0400 Fixed default block entity commit 027e2b9 Author: SmokeyStack <seansyahril04@gmail.com> Date: Wed Mar 22 07:57:25 2023 -0400 Added support for Jigsaw commit 8a900e3 Merge: 341e8d4 1246e14 Author: SmokeyStack <84206875+SmokeyStack@users.noreply.github.com> Date: Wed Mar 22 07:16:58 2023 -0400 Merge branch 'main' into main commit 341e8d4 Author: SmokeyStack <seansyahril04@gmail.com> Date: Wed Mar 22 07:06:18 2023 -0400 Updated block entity support commit d262c18 Author: SmokeyStack <seansyahril04@gmail.com> Date: Tue Mar 21 14:54:38 2023 -0400 Added support to convert old ids to new ids commit fc5e1ea Author: SmokeyStack <seansyahril04@gmail.com> Date: Mon Mar 20 07:25:13 2023 -0400 Added support for flower pots and furnaces commit 91f4ae8 Author: SmokeyStack <seansyahril04@gmail.com> Date: Sun Mar 19 11:57:47 2023 -0400 Added support for comparator commit 1246e14 Merge: 9b5298b a29982d Author: Jayly <65847850+JaylyDev@users.noreply.github.com> Date: Sat Mar 18 17:12:51 2023 +0000 Merge pull request #4 from JaylyDev/beta Put vanilla structures into zip file commit d40efde Author: SmokeyStack <seansyahril04@gmail.com> Date: Sat Mar 18 07:29:00 2023 -0400 Added support for trapped chest and barrel commit b48205c Author: SmokeyStack <seansyahril04@gmail.com> Date: Sat Mar 18 07:06:15 2023 -0400 Updated id names commit aee0e38 Author: SmokeyStack <seansyahril04@gmail.com> Date: Sat Mar 18 06:41:33 2023 -0400 Formatted using Black and added support for more block entities commit ac1860d Author: SmokeyStack <seansyahril04@gmail.com> Date: Sat Mar 18 06:40:37 2023 -0400 Formatted using Black commit aae068a Author: SmokeyStack <seansyahril04@gmail.com> Date: Fri Mar 17 10:19:59 2023 -0400 Added support for bed data commit f8d54dd Author: SmokeyStack <seansyahril04@gmail.com> Date: Fri Mar 17 06:49:02 2023 -0400 Added support for furnace commit 2a1837f Author: SmokeyStack <seansyahril04@gmail.com> Date: Thu Mar 16 09:38:56 2023 -0400 Chest block data * fix #9 * Add structures folder if not exist
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.
This PR aims to convert chest block entity data to Bedrock. This is useful as vanilla structures have loot tables
TODO: Add support for other block entities