Skip to content

[Bug] Fix entity reader in structure files#19

Open
Sorax5 wants to merge 1 commit into
hollow-cube:mainfrom
Sorax5:main
Open

[Bug] Fix entity reader in structure files#19
Sorax5 wants to merge 1 commit into
hollow-cube:mainfrom
Sorax5:main

Conversation

@Sorax5
Copy link
Copy Markdown

@Sorax5 Sorax5 commented Mar 9, 2026

When using your library with Minecraft .nbt files created via the block structure, I noticed that the list of entities was incorrectly named. The key was named “Entities,” whereas in my structure, which I will show below, the entities are under the key “entities.”

"": {
	size: [ 8, 6, 8, ]
	entities: [
		{
			nbt: {
				Brain: {
					memories: {}
				}
				HurtByTimestamp: 0
				Invulnerable: 0B
				FallFlying: 0B
				ShowArms: 0B
				AbsorptionAmount: 0.0F
				PortalCooldown: 0
				DisabledSlots: 0
				DeathTime: 0S
				Pose: {}
				Invisible: 0B
				id: "minecraft:armor_stand"
				UUID: ints(-1648863382, 1157055124, -1562552076, 26197463)
				Motion: [ 0.0, -0.0784000015258789, 0.0, ]
				Small: 0B
				Health: 20.0F
				OnGround: 1B
				fall_distance: 0.0
				Air: 300S
				Rotation: [ 90.0F, 0.0F, ]
				Pos: [ -21.5, 69.0, 26.5, ]
				Fire: 0S
				NoBasePlate: 0B
				attributes: [
					{
						id: "minecraft:movement_speed"
						base: 0.7
					},
				]
				HurtTime: 0S
			}
			blockPos: [ 1, 0, 2, ]
			pos: [ 1.5, 0.0, 2.5, ]
		},
		{
			nbt: {
				Brain: {
					memories: {}
				}
				HurtByTimestamp: 0
				Invulnerable: 0B
				FallFlying: 0B
				ShowArms: 0B
				AbsorptionAmount: 0.0F
				PortalCooldown: 0
				DisabledSlots: 0
				DeathTime: 0S
				Pose: {}
				Invisible: 0B
				id: "minecraft:armor_stand"
				UUID: ints(1843390889, 634604238, -2135499277, -104670840)
				Motion: [ 0.0, -0.0784000015258789, 0.0, ]
				Small: 0B
				Health: 20.0F
				OnGround: 1B
				fall_distance: 0.0
				Air: 300S
				Rotation: [ 180.0F, 0.0F, ]
				Pos: [ -17.5, 70.0, 29.5, ]
				Fire: 0S
				NoBasePlate: 0B
				attributes: [
					{
						id: "minecraft:movement_speed"
						base: 0.7
					},
				]
				HurtTime: 0S
			}
			blockPos: [ 5, 1, 5, ]
			pos: [ 5.5, 1.0, 5.5, ]
		},
	]
	blocks: [
		{
			pos: [ 3, 0, 1, ]
			state: 0
		},
		{
			pos: [ 3, 0, 6, ]
			state: 0
		},
		{
			pos: [ 7, 0, 1, ]
			state: 0
		},
		{
			pos: [ 7, 0, 6, ]
			state: 0
		},
		{
			pos: [ 3, 1, 1, ]
			state: 1
		},
		{
			pos: [ 3, 1, 3, ]
			state: 1
		},
		{
			pos: [ 3, 1, 4, ]
			state: 1
		},
		{
			pos: [ 3, 1, 5, ]
			state: 1
		},
		{
			pos: [ 3, 1, 6, ]
			state: 1
		},
		{
			pos: [ 3, 1, 7, ]
			state: 1
		},
		{
			pos: [ 4, 1, 7, ]
			state: 1
		},
		{
			pos: [ 5, 1, 7, ]
			state: 1
		},
		{
			pos: [ 6, 1, 7, ]
			state: 1
		},
		{
			pos: [ 7, 1, 1, ]
			state: 1
		},
		{
			pos: [ 7, 1, 2, ]
			state: 1
		},
		{
			pos: [ 7, 1, 3, ]
			state: 1
		},
		{
			pos: [ 7, 1, 4, ]
			state: 1
		},
		{
			pos: [ 7, 1, 5, ]
			state: 1
		},
		{
			pos: [ 7, 1, 6, ]
			state: 1
		},
		{
			pos: [ 7, 1, 7, ]
			state: 1
		},
		{
			pos: [ 3, 2, 0, ]
			state: 1
		},
		{
			pos: [ 3, 2, 1, ]
			state: 1
		},
		{
			pos: [ 3, 2, 4, ]
			state: 2
		},
		{
			pos: [ 3, 2, 5, ]
			state: 2
		},
		{
			pos: [ 3, 2, 6, ]
			state: 1
		},
		{
			pos: [ 4, 2, 0, ]
			state: 1
		},
		{
			pos: [ 4, 2, 7, ]
			state: 2
		},
		{
			pos: [ 5, 2, 0, ]
			state: 1
		},
		{
			pos: [ 5, 2, 7, ]
			state: 2
		},
		{
			pos: [ 6, 2, 0, ]
			state: 1
		},
		{
			pos: [ 6, 2, 7, ]
			state: 2
		},
		{
			pos: [ 7, 2, 0, ]
			state: 1
		},
		{
			pos: [ 7, 2, 1, ]
			state: 1
		},
		{
			pos: [ 7, 2, 2, ]
			state: 1
		},
		{
			pos: [ 7, 2, 3, ]
			state: 1
		},
		{
			pos: [ 7, 2, 4, ]
			state: 1
		},
		{
			pos: [ 7, 2, 5, ]
			state: 1
		},
		{
			pos: [ 7, 2, 6, ]
			state: 1
		},
		{
			pos: [ 3, 3, 0, ]
			state: 1
		},
		{
			pos: [ 3, 3, 6, ]
			state: 1
		},
		{
			pos: [ 4, 3, 0, ]
			state: 2
		},
		{
			pos: [ 4, 3, 6, ]
			state: 1
		},
		{
			pos: [ 5, 3, 0, ]
			state: 2
		},
		{
			pos: [ 5, 3, 6, ]
			state: 1
		},
		{
			pos: [ 6, 3, 0, ]
			state: 2
		},
		{
			pos: [ 6, 3, 6, ]
			state: 1
		},
		{
			pos: [ 7, 3, 0, ]
			state: 1
		},
		{
			pos: [ 7, 3, 6, ]
			state: 1
		},
		{
			pos: [ 0, 0, 0, ]
			state: 3
		},
		{
			pos: [ 0, 0, 1, ]
			state: 3
		},
		{
			pos: [ 0, 0, 2, ]
			state: 3
		},
		{
			pos: [ 0, 0, 3, ]
			state: 3
		},
		{
			pos: [ 0, 0, 4, ]
			state: 3
		},
		{
			pos: [ 0, 0, 5, ]
			state: 3
		},
		{
			pos: [ 0, 0, 6, ]
			state: 3
		},
		{
			pos: [ 0, 0, 7, ]
			state: 3
		},
		{
			pos: [ 1, 0, 0, ]
			state: 3
		},
		{
			pos: [ 1, 0, 1, ]
			state: 3
		},
		{
			pos: [ 1, 0, 2, ]
			state: 3
		},
		{
			pos: [ 1, 0, 3, ]
			state: 4
		},
		{
			pos: [ 1, 0, 4, ]
			state: 5
		},
		{
			pos: [ 1, 0, 5, ]
			state: 6
		},
		{
			pos: [ 1, 0, 6, ]
			state: 3
		},
		{
			pos: [ 1, 0, 7, ]
			state: 3
		},
		{
			pos: [ 2, 0, 0, ]
			state: 3
		},
		{
			pos: [ 2, 0, 1, ]
			state: 3
		},
		{
			pos: [ 2, 0, 2, ]
			state: 3
		},
		{
			pos: [ 2, 0, 3, ]
			state: 3
		},
		{
			pos: [ 2, 0, 4, ]
			state: 3
		},
		{
			pos: [ 2, 0, 5, ]
			state: 3
		},
		{
			pos: [ 2, 0, 6, ]
			state: 3
		},
		{
			pos: [ 2, 0, 7, ]
			state: 3
		},
		{
			pos: [ 3, 0, 0, ]
			state: 3
		},
		{
			pos: [ 3, 0, 2, ]
			state: 7
		},
		{
			pos: [ 3, 0, 3, ]
			state: 7
		},
		{
			pos: [ 3, 0, 4, ]
			state: 7
		},
		{
			pos: [ 3, 0, 5, ]
			state: 7
		},
		{
			pos: [ 3, 0, 7, ]
			state: 7
		},
		{
			pos: [ 4, 0, 0, ]
			state: 3
		},
		{
			pos: [ 4, 0, 1, ]
			state: 7
		},
		{
			pos: [ 4, 0, 2, ]
			state: 7
		},
		{
			pos: [ 4, 0, 3, ]
			state: 7
		},
		{
			pos: [ 4, 0, 4, ]
			state: 7
		},
		{
			pos: [ 4, 0, 5, ]
			state: 7
		},
		{
			pos: [ 4, 0, 6, ]
			state: 7
		},
		{
			pos: [ 4, 0, 7, ]
			state: 7
		},
		{
			pos: [ 5, 0, 0, ]
			state: 3
		},
		{
			pos: [ 5, 0, 1, ]
			state: 7
		},
		{
			pos: [ 5, 0, 2, ]
			state: 7
		},
		{
			pos: [ 5, 0, 3, ]
			state: 7
		},
		{
			pos: [ 5, 0, 4, ]
			state: 7
		},
		{
			pos: [ 5, 0, 5, ]
			state: 7
		},
		{
			pos: [ 5, 0, 6, ]
			state: 7
		},
		{
			pos: [ 5, 0, 7, ]
			state: 7
		},
		{
			pos: [ 6, 0, 0, ]
			state: 3
		},
		{
			pos: [ 6, 0, 1, ]
			state: 7
		},
		{
			pos: [ 6, 0, 2, ]
			state: 7
		},
		{
			pos: [ 6, 0, 3, ]
			state: 7
		},
		{
			pos: [ 6, 0, 4, ]
			state: 7
		},
		{
			pos: [ 6, 0, 5, ]
			state: 7
		},
		{
			pos: [ 6, 0, 6, ]
			state: 7
		},
		{
			pos: [ 6, 0, 7, ]
			state: 7
		},
		{
			pos: [ 7, 0, 0, ]
			state: 3
		},
		{
			pos: [ 7, 0, 2, ]
			state: 7
		},
		{
			pos: [ 7, 0, 3, ]
			state: 7
		},
		{
			pos: [ 7, 0, 4, ]
			state: 7
		},
		{
			pos: [ 7, 0, 5, ]
			state: 7
		},
		{
			pos: [ 7, 0, 7, ]
			state: 7
		},
		{
			pos: [ 0, 1, 0, ]
			state: 3
		},
		{
			pos: [ 0, 1, 1, ]
			state: 3
		},
		{
			pos: [ 0, 1, 2, ]
			state: 3
		},
		{
			pos: [ 0, 1, 3, ]
			state: 3
		},
		{
			pos: [ 0, 1, 4, ]
			state: 3
		},
		{
			pos: [ 0, 1, 5, ]
			state: 3
		},
		{
			pos: [ 0, 1, 6, ]
			state: 3
		},
		{
			pos: [ 0, 1, 7, ]
			state: 3
		},
		{
			pos: [ 1, 1, 0, ]
			state: 3
		},
		{
			pos: [ 1, 1, 1, ]
			state: 3
		},
		{
			pos: [ 1, 1, 2, ]
			state: 3
		},
		{
			pos: [ 1, 1, 3, ]
			state: 3
		},
		{
			pos: [ 1, 1, 4, ]
			state: 8
		},
		{
			pos: [ 1, 1, 5, ]
			state: 3
		},
		{
			pos: [ 1, 1, 6, ]
			state: 3
		},
		{
			pos: [ 1, 1, 7, ]
			state: 3
		},
		{
			pos: [ 2, 1, 0, ]
			state: 3
		},
		{
			pos: [ 2, 1, 1, ]
			state: 3
		},
		{
			pos: [ 2, 1, 2, ]
			state: 3
		},
		{
			pos: [ 2, 1, 3, ]
			state: 3
		},
		{
			pos: [ 2, 1, 4, ]
			state: 3
		},
		{
			pos: [ 2, 1, 5, ]
			state: 3
		},
		{
			pos: [ 2, 1, 6, ]
			state: 3
		},
		{
			pos: [ 2, 1, 7, ]
			state: 3
		},
		{
			pos: [ 3, 1, 0, ]
			state: 9
		},
		{
			pos: [ 3, 1, 2, ]
			state: 3
		},
		{
			pos: [ 4, 1, 0, ]
			state: 9
		},
		{
			pos: [ 4, 1, 1, ]
			state: 3
		},
		{
			pos: [ 4, 1, 2, ]
			state: 3
		},
		{
			pos: [ 4, 1, 3, ]
			state: 3
		},
		{
			pos: [ 4, 1, 4, ]
			state: 3
		},
		{
			pos: [ 4, 1, 5, ]
			state: 3
		},
		{
			pos: [ 4, 1, 6, ]
			state: 3
		},
		{
			pos: [ 5, 1, 0, ]
			state: 9
		},
		{
			pos: [ 5, 1, 1, ]
			state: 3
		},
		{
			pos: [ 5, 1, 2, ]
			state: 3
		},
		{
			pos: [ 5, 1, 3, ]
			state: 3
		},
		{
			pos: [ 5, 1, 4, ]
			state: 3
		},
		{
			pos: [ 5, 1, 5, ]
			state: 3
		},
		{
			pos: [ 5, 1, 6, ]
			state: 3
		},
		{
			pos: [ 6, 1, 0, ]
			state: 9
		},
		{
			pos: [ 6, 1, 1, ]
			state: 3
		},
		{
			pos: [ 6, 1, 2, ]
			state: 3
		},
		{
			pos: [ 6, 1, 3, ]
			state: 3
		},
		{
			pos: [ 6, 1, 4, ]
			state: 3
		},
		{
			pos: [ 6, 1, 5, ]
			state: 3
		},
		{
			pos: [ 6, 1, 6, ]
			state: 3
		},
		{
			pos: [ 7, 1, 0, ]
			state: 9
		},
		{
			pos: [ 0, 2, 0, ]
			state: 3
		},
		{
			pos: [ 0, 2, 1, ]
			state: 3
		},
		{
			pos: [ 0, 2, 2, ]
			state: 3
		},
		{
			pos: [ 0, 2, 3, ]
			state: 3
		},
		{
			pos: [ 0, 2, 4, ]
			state: 3
		},
		{
			pos: [ 0, 2, 5, ]
			state: 3
		},
		{
			pos: [ 0, 2, 6, ]
			state: 3
		},
		{
			pos: [ 0, 2, 7, ]
			state: 3
		},
		{
			pos: [ 1, 2, 0, ]
			state: 3
		},
		{
			pos: [ 1, 2, 1, ]
			state: 3
		},
		{
			pos: [ 1, 2, 2, ]
			state: 3
		},
		{
			pos: [ 1, 2, 3, ]
			state: 3
		},
		{
			pos: [ 1, 2, 4, ]
			state: 3
		},
		{
			pos: [ 1, 2, 5, ]
			state: 3
		},
		{
			pos: [ 1, 2, 6, ]
			state: 3
		},
		{
			pos: [ 1, 2, 7, ]
			state: 3
		},
		{
			pos: [ 2, 2, 0, ]
			state: 3
		},
		{
			pos: [ 2, 2, 1, ]
			state: 3
		},
		{
			pos: [ 2, 2, 2, ]
			state: 3
		},
		{
			pos: [ 2, 2, 3, ]
			state: 3
		},
		{
			pos: [ 2, 2, 4, ]
			state: 3
		},
		{
			pos: [ 2, 2, 5, ]
			state: 3
		},
		{
			pos: [ 2, 2, 6, ]
			state: 3
		},
		{
			pos: [ 2, 2, 7, ]
			state: 3
		},
		{
			pos: [ 3, 2, 2, ]
			state: 3
		},
		{
			pos: [ 3, 2, 3, ]
			state: 10
		},
		{
			pos: [ 3, 2, 7, ]
			state: 11
		},
		{
			pos: [ 4, 2, 1, ]
			state: 3
		},
		{
			pos: [ 4, 2, 2, ]
			state: 3
		},
		{
			pos: [ 4, 2, 3, ]
			state: 3
		},
		{
			pos: [ 4, 2, 4, ]
			state: 3
		},
		{
			pos: [ 4, 2, 5, ]
			state: 3
		},
		{
			pos: [ 4, 2, 6, ]
			state: 3
		},
		{
			pos: [ 5, 2, 1, ]
			state: 3
		},
		{
			pos: [ 5, 2, 2, ]
			state: 3
		},
		{
			pos: [ 5, 2, 3, ]
			state: 3
		},
		{
			pos: [ 5, 2, 4, ]
			state: 3
		},
		{
			pos: [ 5, 2, 5, ]
			state: 3
		},
		{
			pos: [ 5, 2, 6, ]
			state: 3
		},
		{
			pos: [ 6, 2, 1, ]
			state: 3
		},
		{
			pos: [ 6, 2, 2, ]
			state: 3
		},
		{
			pos: [ 6, 2, 3, ]
			state: 3
		},
		{
			pos: [ 6, 2, 4, ]
			state: 3
		},
		{
			pos: [ 6, 2, 5, ]
			state: 3
		},
		{
			pos: [ 6, 2, 6, ]
			state: 3
		},
		{
			pos: [ 7, 2, 7, ]
			state: 11
		},
		{
			pos: [ 0, 3, 0, ]
			state: 3
		},
		{
			pos: [ 0, 3, 1, ]
			state: 3
		},
		{
			pos: [ 0, 3, 2, ]
			state: 3
		},
		{
			pos: [ 0, 3, 3, ]
			state: 3
		},
		{
			pos: [ 0, 3, 4, ]
			state: 3
		},
		{
			pos: [ 0, 3, 5, ]
			state: 3
		},
		{
			pos: [ 0, 3, 6, ]
			state: 3
		},
		{
			pos: [ 0, 3, 7, ]
			state: 3
		},
		{
			pos: [ 1, 3, 0, ]
			state: 3
		},
		{
			pos: [ 1, 3, 1, ]
			state: 3
		},
		{
			pos: [ 1, 3, 2, ]
			state: 3
		},
		{
			pos: [ 1, 3, 3, ]
			state: 3
		},
		{
			pos: [ 1, 3, 4, ]
			state: 3
		},
		{
			pos: [ 1, 3, 5, ]
			state: 3
		},
		{
			pos: [ 1, 3, 6, ]
			state: 3
		},
		{
			pos: [ 1, 3, 7, ]
			state: 3
		},
		{
			pos: [ 2, 3, 0, ]
			state: 3
		},
		{
			pos: [ 2, 3, 1, ]
			state: 3
		},
		{
			pos: [ 2, 3, 2, ]
			state: 3
		},
		{
			pos: [ 2, 3, 3, ]
			state: 3
		},
		{
			pos: [ 2, 3, 4, ]
			state: 3
		},
		{
			pos: [ 2, 3, 5, ]
			state: 3
		},
		{
			pos: [ 2, 3, 6, ]
			state: 3
		},
		{
			pos: [ 2, 3, 7, ]
			state: 3
		},
		{
			pos: [ 3, 3, 1, ]
			state: 10
		},
		{
			pos: [ 3, 3, 2, ]
			state: 10
		},
		{
			pos: [ 3, 3, 3, ]
			state: 10
		},
		{
			pos: [ 3, 3, 4, ]
			state: 10
		},
		{
			pos: [ 3, 3, 5, ]
			state: 10
		},
		{
			pos: [ 3, 3, 7, ]
			state: 3
		},
		{
			pos: [ 4, 3, 1, ]
			state: 3
		},
		{
			pos: [ 4, 3, 2, ]
			state: 3
		},
		{
			pos: [ 4, 3, 3, ]
			state: 3
		},
		{
			pos: [ 4, 3, 4, ]
			state: 3
		},
		{
			pos: [ 4, 3, 5, ]
			state: 3
		},
		{
			pos: [ 4, 3, 7, ]
			state: 3
		},
		{
			pos: [ 5, 3, 1, ]
			state: 3
		},
		{
			pos: [ 5, 3, 2, ]
			state: 3
		},
		{
			pos: [ 5, 3, 3, ]
			state: 3
		},
		{
			pos: [ 5, 3, 4, ]
			state: 3
		},
		{
			pos: [ 5, 3, 5, ]
			state: 3
		},
		{
			pos: [ 5, 3, 7, ]
			state: 3
		},
		{
			pos: [ 6, 3, 1, ]
			state: 3
		},
		{
			pos: [ 6, 3, 2, ]
			state: 3
		},
		{
			pos: [ 6, 3, 3, ]
			state: 3
		},
		{
			pos: [ 6, 3, 4, ]
			state: 3
		},
		{
			pos: [ 6, 3, 5, ]
			state: 3
		},
		{
			pos: [ 6, 3, 7, ]
			state: 3
		},
		{
			pos: [ 7, 3, 1, ]
			state: 12
		},
		{
			pos: [ 7, 3, 2, ]
			state: 12
		},
		{
			pos: [ 7, 3, 3, ]
			state: 12
		},
		{
			pos: [ 7, 3, 4, ]
			state: 12
		},
		{
			pos: [ 7, 3, 5, ]
			state: 12
		},
		{
			pos: [ 7, 3, 7, ]
			state: 3
		},
		{
			pos: [ 0, 4, 0, ]
			state: 3
		},
		{
			pos: [ 0, 4, 1, ]
			state: 3
		},
		{
			pos: [ 0, 4, 2, ]
			state: 3
		},
		{
			pos: [ 0, 4, 3, ]
			state: 3
		},
		{
			pos: [ 0, 4, 4, ]
			state: 3
		},
		{
			pos: [ 0, 4, 5, ]
			state: 3
		},
		{
			pos: [ 0, 4, 6, ]
			state: 3
		},
		{
			pos: [ 0, 4, 7, ]
			state: 3
		},
		{
			pos: [ 1, 4, 0, ]
			state: 3
		},
		{
			pos: [ 1, 4, 1, ]
			state: 3
		},
		{
			pos: [ 1, 4, 2, ]
			state: 3
		},
		{
			pos: [ 1, 4, 3, ]
			state: 3
		},
		{
			pos: [ 1, 4, 4, ]
			state: 3
		},
		{
			pos: [ 1, 4, 5, ]
			state: 3
		},
		{
			pos: [ 1, 4, 6, ]
			state: 3
		},
		{
			pos: [ 1, 4, 7, ]
			state: 3
		},
		{
			pos: [ 2, 4, 0, ]
			state: 3
		},
		{
			pos: [ 2, 4, 1, ]
			state: 3
		},
		{
			pos: [ 2, 4, 2, ]
			state: 3
		},
		{
			pos: [ 2, 4, 3, ]
			state: 3
		},
		{
			pos: [ 2, 4, 4, ]
			state: 3
		},
		{
			pos: [ 2, 4, 5, ]
			state: 3
		},
		{
			pos: [ 2, 4, 6, ]
			state: 3
		},
		{
			pos: [ 2, 4, 7, ]
			state: 3
		},
		{
			pos: [ 3, 4, 0, ]
			state: 13
		},
		{
			pos: [ 3, 4, 1, ]
			state: 3
		},
		{
			pos: [ 3, 4, 2, ]
			state: 3
		},
		{
			pos: [ 3, 4, 3, ]
			state: 3
		},
		{
			pos: [ 3, 4, 4, ]
			state: 3
		},
		{
			pos: [ 3, 4, 5, ]
			state: 3
		},
		{
			pos: [ 3, 4, 6, ]
			state: 3
		},
		{
			pos: [ 3, 4, 7, ]
			state: 3
		},
		{
			pos: [ 4, 4, 0, ]
			state: 13
		},
		{
			pos: [ 4, 4, 1, ]
			state: 13
		},
		{
			pos: [ 4, 4, 2, ]
			state: 13
		},
		{
			pos: [ 4, 4, 3, ]
			state: 13
		},
		{
			pos: [ 4, 4, 4, ]
			state: 13
		},
		{
			pos: [ 4, 4, 5, ]
			state: 13
		},
		{
			pos: [ 4, 4, 6, ]
			state: 3
		},
		{
			pos: [ 4, 4, 7, ]
			state: 3
		},
		{
			pos: [ 5, 4, 0, ]
			state: 13
		},
		{
			pos: [ 5, 4, 1, ]
			state: 13
		},
		{
			pos: [ 5, 4, 2, ]
			state: 13
		},
		{
			pos: [ 5, 4, 3, ]
			state: 13
		},
		{
			pos: [ 5, 4, 4, ]
			state: 13
		},
		{
			pos: [ 5, 4, 5, ]
			state: 13
		},
		{
			pos: [ 5, 4, 6, ]
			state: 3
		},
		{
			pos: [ 5, 4, 7, ]
			state: 3
		},
		{
			pos: [ 6, 4, 0, ]
			state: 13
		},
		{
			pos: [ 6, 4, 1, ]
			state: 13
		},
		{
			pos: [ 6, 4, 2, ]
			state: 13
		},
		{
			pos: [ 6, 4, 3, ]
			state: 13
		},
		{
			pos: [ 6, 4, 4, ]
			state: 13
		},
		{
			pos: [ 6, 4, 5, ]
			state: 13
		},
		{
			pos: [ 6, 4, 6, ]
			state: 3
		},
		{
			pos: [ 6, 4, 7, ]
			state: 3
		},
		{
			pos: [ 7, 4, 0, ]
			state: 13
		},
		{
			pos: [ 7, 4, 1, ]
			state: 3
		},
		{
			pos: [ 7, 4, 2, ]
			state: 3
		},
		{
			pos: [ 7, 4, 3, ]
			state: 3
		},
		{
			pos: [ 7, 4, 4, ]
			state: 3
		},
		{
			pos: [ 7, 4, 5, ]
			state: 3
		},
		{
			pos: [ 7, 4, 6, ]
			state: 3
		},
		{
			pos: [ 7, 4, 7, ]
			state: 3
		},
		{
			pos: [ 0, 5, 0, ]
			state: 3
		},
		{
			pos: [ 0, 5, 1, ]
			state: 3
		},
		{
			pos: [ 0, 5, 2, ]
			state: 3
		},
		{
			pos: [ 0, 5, 3, ]
			state: 3
		},
		{
			pos: [ 0, 5, 4, ]
			state: 3
		},
		{
			pos: [ 0, 5, 5, ]
			state: 3
		},
		{
			pos: [ 0, 5, 6, ]
			state: 3
		},
		{
			pos: [ 0, 5, 7, ]
			state: 3
		},
		{
			pos: [ 1, 5, 0, ]
			state: 3
		},
		{
			pos: [ 1, 5, 1, ]
			state: 3
		},
		{
			pos: [ 1, 5, 2, ]
			state: 3
		},
		{
			pos: [ 1, 5, 3, ]
			state: 3
		},
		{
			pos: [ 1, 5, 4, ]
			state: 3
		},
		{
			pos: [ 1, 5, 5, ]
			state: 3
		},
		{
			pos: [ 1, 5, 6, ]
			state: 3
		},
		{
			pos: [ 1, 5, 7, ]
			state: 3
		},
		{
			pos: [ 2, 5, 0, ]
			state: 3
		},
		{
			pos: [ 2, 5, 1, ]
			state: 3
		},
		{
			pos: [ 2, 5, 2, ]
			state: 3
		},
		{
			pos: [ 2, 5, 3, ]
			state: 3
		},
		{
			pos: [ 2, 5, 4, ]
			state: 3
		},
		{
			pos: [ 2, 5, 5, ]
			state: 3
		},
		{
			pos: [ 2, 5, 6, ]
			state: 3
		},
		{
			pos: [ 2, 5, 7, ]
			state: 3
		},
		{
			pos: [ 3, 5, 0, ]
			state: 3
		},
		{
			pos: [ 3, 5, 1, ]
			state: 3
		},
		{
			pos: [ 3, 5, 2, ]
			state: 3
		},
		{
			pos: [ 3, 5, 3, ]
			state: 3
		},
		{
			pos: [ 3, 5, 4, ]
			state: 3
		},
		{
			pos: [ 3, 5, 5, ]
			state: 3
		},
		{
			pos: [ 3, 5, 6, ]
			state: 3
		},
		{
			pos: [ 3, 5, 7, ]
			state: 3
		},
		{
			pos: [ 4, 5, 0, ]
			state: 3
		},
		{
			pos: [ 4, 5, 1, ]
			state: 3
		},
		{
			pos: [ 4, 5, 2, ]
			state: 3
		},
		{
			pos: [ 4, 5, 3, ]
			state: 3
		},
		{
			pos: [ 4, 5, 4, ]
			state: 3
		},
		{
			pos: [ 4, 5, 5, ]
			state: 3
		},
		{
			pos: [ 4, 5, 6, ]
			state: 3
		},
		{
			pos: [ 4, 5, 7, ]
			state: 3
		},
		{
			pos: [ 5, 5, 0, ]
			state: 3
		},
		{
			pos: [ 5, 5, 1, ]
			state: 3
		},
		{
			pos: [ 5, 5, 2, ]
			state: 3
		},
		{
			pos: [ 5, 5, 3, ]
			state: 3
		},
		{
			pos: [ 5, 5, 4, ]
			state: 3
		},
		{
			pos: [ 5, 5, 5, ]
			state: 3
		},
		{
			pos: [ 5, 5, 6, ]
			state: 3
		},
		{
			pos: [ 5, 5, 7, ]
			state: 3
		},
		{
			pos: [ 6, 5, 0, ]
			state: 3
		},
		{
			pos: [ 6, 5, 1, ]
			state: 3
		},
		{
			pos: [ 6, 5, 2, ]
			state: 3
		},
		{
			pos: [ 6, 5, 3, ]
			state: 3
		},
		{
			pos: [ 6, 5, 4, ]
			state: 3
		},
		{
			pos: [ 6, 5, 5, ]
			state: 3
		},
		{
			pos: [ 6, 5, 6, ]
			state: 3
		},
		{
			pos: [ 6, 5, 7, ]
			state: 3
		},
		{
			pos: [ 7, 5, 0, ]
			state: 3
		},
		{
			pos: [ 7, 5, 1, ]
			state: 3
		},
		{
			pos: [ 7, 5, 2, ]
			state: 3
		},
		{
			pos: [ 7, 5, 3, ]
			state: 3
		},
		{
			pos: [ 7, 5, 4, ]
			state: 3
		},
		{
			pos: [ 7, 5, 5, ]
			state: 3
		},
		{
			pos: [ 7, 5, 6, ]
			state: 3
		},
		{
			pos: [ 7, 5, 7, ]
			state: 3
		},
	]
	palette: [
		{
			Name: "minecraft:deepslate_tiles"
		},
		{
			Name: "minecraft:polished_diorite"
		},
		{
			Name: "minecraft:white_stained_glass"
		},
		{
			Name: "minecraft:air"
		},
		{
			Properties: {
				waterlogged: "false"
				half: bottom
				shape: straight
				facing: north
			}
			Name: "minecraft:birch_stairs"
		},
		{
			Properties: {
				east: "false"
				waterlogged: "false"
				south: "false"
				north: "false"
				west: "false"
			}
			Name: "minecraft:oak_fence"
		},
		{
			Properties: {
				waterlogged: "false"
				half: bottom
				shape: straight
				facing: south
			}
			Name: "minecraft:birch_stairs"
		},
		{
			Properties: {
				waterlogged: "false"
				type: top
			}
			Name: "minecraft:polished_diorite_slab"
		},
		{
			Properties: {
				powered: "false"
			}
			Name: "minecraft:oak_pressure_plate"
		},
		{
			Properties: {
				waterlogged: "false"
				half: top
				shape: straight
				facing: south
			}
			Name: "minecraft:polished_diorite_stairs"
		},
		{
			Properties: {
				waterlogged: "false"
				half: bottom
				shape: straight
				facing: east
			}
			Name: "minecraft:polished_diorite_stairs"
		},
		{
			Properties: {
				waterlogged: "false"
				half: bottom
				shape: straight
				facing: north
			}
			Name: "minecraft:polished_diorite_stairs"
		},
		{
			Properties: {
				waterlogged: "false"
				half: bottom
				shape: straight
				facing: west
			}
			Name: "minecraft:polished_diorite_stairs"
		},
		{
			Properties: {
				waterlogged: "false"
				type: bottom
			}
			Name: "minecraft:polished_diorite_slab"
		},
	]
	DataVersion: 4671
}

Have a good evening, and I'm hesitating to ask if it's just me who did something wrong?

@Sorax5 Sorax5 changed the title Fix entities reader for structure file [Bug] Fix entity reader in structure files Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant