We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4f996 commit 11a5063Copy full SHA for 11a5063
src/testmod/java/xyz/nucleoid/plasmid/test/TestGame.java
@@ -223,6 +223,7 @@ private static MapTemplate generateMapTemplate(BlockState state) {
223
armorStandNbt.putBoolean("NoGravity", true);
224
225
var armorStandPos = Vec3d.ofBottomCenter(edge.offset(Direction.WEST));
226
+ armorStandNbt.put("Pos", Vec3d.CODEC, armorStandPos);
227
template.addEntity(new MapEntity(armorStandPos, armorStandNbt));
228
229
for (var pos : bounds) {
0 commit comments