Skip to content

Commit 11a5063

Browse files
authored
Fix test games missing entity data (#332)
1 parent 3e4f996 commit 11a5063

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/testmod/java/xyz/nucleoid/plasmid/test/TestGame.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ private static MapTemplate generateMapTemplate(BlockState state) {
223223
armorStandNbt.putBoolean("NoGravity", true);
224224

225225
var armorStandPos = Vec3d.ofBottomCenter(edge.offset(Direction.WEST));
226+
armorStandNbt.put("Pos", Vec3d.CODEC, armorStandPos);
226227
template.addEntity(new MapEntity(armorStandPos, armorStandNbt));
227228

228229
for (var pos : bounds) {

0 commit comments

Comments
 (0)