Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit b56c0b8

Browse files
committed
1.5-SNAPSHOT
1 parent 6391e27 commit b56c0b8

4 files changed

Lines changed: 19 additions & 2 deletions

File tree

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/bin/
2+
/build/
3+
/dist/
4+
/.settings/
5+
/target/
6+
/.idea/
7+
/.vscode/
8+
*.iml
9+
*.spec
10+
.project
11+
.classpath
12+
.DS_Store

UpdateLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.5-SNAPSHOT
2+
3+
1. 修复mob_drops.yml未正常生成的bug
4+
5+
2. 增加 .gitignore
6+
17
# 1.4-REALEASE
28

39
1. code style fix

sc_to_rsc.exe

-15 Bytes
Binary file not shown.

sc_to_rsc.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from sys import stdout
77
from time import time
88

9-
VERSION = "1.4-REALEASE"
9+
VERSION = "1.5-SNAPSHOT"
1010

1111

1212
class Color:
@@ -747,7 +747,6 @@ def translateMobDrops():
747747
c = 0
748748
ld = len(d)
749749
loadingPrint(f'{Color.gold}Translating{Color.green} mob-drops.yml {Color.gold}{c} {Color.gray}/ {Color.green}{ld}')
750-
d = getYamlContext(f2)
751750
for key in d:
752751
need_versioned = False
753752
items = {}

0 commit comments

Comments
 (0)