BuckarooBanzay / digibuilder

0 stars 2 forks source link

static formspec #3

Closed BuckarooBanzay closed 1 year ago

BuckarooBanzay commented 1 year ago
    @BuckarooBanzay you could make the formspec static if you used a variable reference, then you wouldn't need to update the formspec:
-"field[4.3,9;3.2,1;digiline_channel;Digiline channel;" .. (meta:get_string("channel") or "") .. "]" ..
+"field[4.3,9;3.2,1;digiline_channel;Digiline channel;${channel}]" ..

Originally posted by @OgelGames in https://github.com/pandorabox-io/pandorabox-mods/issues/2668#issuecomment-1376710581