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 +);