diff --git a/structures/work_in_progress/hanging_blaze_spawner.tesf b/structures/work_in_progress/hanging_blaze_spawner.tesf index 3e08585..1802cc2 100644 --- a/structures/work_in_progress/hanging_blaze_spawner.tesf +++ b/structures/work_in_progress/hanging_blaze_spawner.tesf @@ -90,7 +90,7 @@ for (num y = -1; y <= height; y = y + 1) { block(0,3,0, "minecraft:spawner"); num random = randomInt(3); -state(0,3,0,"type=BLAZE"); +state(0,3,0,"type=minecraft:BLAZE");