From 5be4d6e8370efc2bda8587cf28bf8c5623fb689b Mon Sep 17 00:00:00 2001 From: altrisi Date: Thu, 21 Jul 2022 15:04:59 +0200 Subject: [PATCH] Allow modded structures in Overlay's `structure` renderer --- src/main/resources/assets/carpet/scripts/overlay.sc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/assets/carpet/scripts/overlay.sc b/src/main/resources/assets/carpet/scripts/overlay.sc index ed05761eff..e64a32ef3c 100644 --- a/src/main/resources/assets/carpet/scripts/overlay.sc +++ b/src/main/resources/assets/carpet/scripts/overlay.sc @@ -44,7 +44,7 @@ __config() -> 'clear' -> 'clear', }, 'arguments' -> { - 'structure' -> {'type' -> 'term', 'suggest' -> plop():'structures' }, + 'structure' -> {'type' -> 'identifier', 'suggest' -> plop():'structures' }, 'radius' -> {'type' -> 'int', 'min' -> 0, 'max' -> 1024, 'suggest' -> [128, 24, 32]}, 'shape' -> {'type' -> 'term', 'options' -> keys(global_shapes) }, 'color' -> {'type' -> 'teamcolor'} @@ -315,4 +315,4 @@ __sort_portals(ref_pos, portals) -> ) ); map(base_portals, [_, point_map:_]); -); \ No newline at end of file +);