Skip to content

Commit

Permalink
Remove some leftover lua references.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingranade committed Mar 14, 2019
1 parent 36b21d6 commit 39f8fda
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions json_blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -1208,10 +1208,6 @@ data/sound/Basic/soundset.json
doc/sample_mods/drinkable_milk/modinfo.json
doc/sample_mods/elf_mod/data.json
doc/sample_mods/elf_mod/modinfo.json
doc/sample_mods/lua_manhack_iuse/modinfo.json
doc/sample_mods/lua_manhack_iuse/tools.json
doc/sample_mods/lua_player_takeoff/items.json
doc/sample_mods/lua_player_takeoff/modinfo.json
doc/sample_mods/no_jam_spawn/modinfo.json
gfx/BlockheadTileset/tile_config.json
gfx/ChestHole16Tileset/tile_config.json
Expand Down
2 changes: 0 additions & 2 deletions lang/extract_json_strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ def __str__(self):
# there may be some non-json files in data/raw
not_json = {os.path.normpath(i) for i in {
"sokoban.txt",
"main.lua",
"preload.lua",
"LOADING_ORDER.md"
}}

Expand Down

0 comments on commit 39f8fda

Please sign in to comment.