mirror of
https://github.com/TriM-Organization/Linglun-Converter.git
synced 2025-09-06 12:46:28 +00:00
update llc_cli.py. 修复mcpack生成错误
Signed-off-by: Eilles Wan <w-yi_doctoryi@outlook.com>
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user