Skip to content

Commit

Permalink
Allow modded structures in overlay's structure renderer (gnembon#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
altrisi authored Jul 21, 2022
1 parent 14325d7 commit c2788f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/assets/carpet/scripts/overlay.sc
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
Expand Down Expand Up @@ -315,4 +315,4 @@ __sort_portals(ref_pos, portals) ->
)
);
map(base_portals, [_, point_map:_]);
);
);

0 comments on commit c2788f0

Please sign in to comment.