Skip to content

Commit

Permalink
blob gel panel fixes, gray horizontal frame fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ave- committed Jan 18, 2020
1 parent e72c909 commit b2f24fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions data/mods/blazemod/vehicleparts/boards_blob.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,25 @@
{
"id": "gloopleboard_nw",
"type": "vehicle_part",
"copy-from": "gloople_horizontal",
"copy-from": "gloopleboard_horizontal",
"symbol": "y"
},
{
"id": "gloopleboard_se",
"type": "vehicle_part",
"copy-from": "gloople_horizontal",
"copy-from": "gloopleboard_horizontal",
"symbol": "n"
},
{
"id": "gloopleboard_sw",
"type": "vehicle_part",
"copy-from": "gloople_horizontal",
"copy-from": "gloopleboard_horizontal",
"symbol": "b"
},
{
"id": "gloopleboard_vertical",
"type": "vehicle_part",
"copy-from": "gloople_horizontal",
"copy-from": "gloopleboard_horizontal",
"symbol": "j"
},
{
Expand Down
2 changes: 1 addition & 1 deletion data/mods/blazemod/vehicleparts/frames_blob.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"id": "gray_horizontal_2",
"type": "vehicle_part",
"copy-from": "gray_horizontal",
"broken_symbol": "#"
"symbol": "="
},
{
"id": "gray_ne",
Expand Down

0 comments on commit b2f24fb

Please sign in to comment.