mirror of
https://github.com/TriM-Organization/Linglun-Converter.git
synced 2024-11-11 01:27:28 +08:00
update llc_cli.py. 修复mcpack生成错误
Signed-off-by: Eilles Wan <w-yi_doctoryi@outlook.com>
This commit is contained in:
parent
2f08ef99f9
commit
d18e636278
@ -180,7 +180,7 @@ def is_in_bdx_mcpack(sth: str):
|
||||
)
|
||||
|
||||
|
||||
def is_in_player(sth: str, in_ok: tuple):
|
||||
def is_in_player(sth: str, in_ok: tuple = (0,1,2)):
|
||||
return isin(
|
||||
sth,
|
||||
dict(
|
||||
|
Loading…
Reference in New Issue
Block a user