Skip to content

Commit

Permalink
[C] Changed Split Line
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayCoffee committed Mar 5, 2020
1 parent e0d9a25 commit b7d2ea1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
/doc/
/lib/
/target/
/src/main/java/club/claycoffee/ClayTech/utils
pom.xml
2 changes: 1 addition & 1 deletion src/main/resources/en-UK.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ MachineRecipes:
CLAY_FOOD_CHALKING_MACHINE: "&a&oCraft this in Food Chalking Machine"
CLAY_ELEMENT_EXTRACTER: "&a&oExtract this in Element Extracter"
Machines:
SPLIT_LINE: "&bSplit Line"
SPLIT_LINE: " "
CLAY_FUSION_MACHINE: "&bClay Fusing Machine"
CLAY_ELEMENT_EXTRACTER: "&bElement Extracter"
CLAY_FOOD_CAULDRON: "&bEletric Cauldron"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/en-US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ MachineRecipes:
CLAY_FOOD_CHALKING_MACHINE: "&a&oCraft this in Food Chalking Machine"
CLAY_ELEMENT_EXTRACTER: "&a&oExtract this in Element Extracter"
Machines:
SPLIT_LINE: "&bSplit Line"
SPLIT_LINE: " "
CLAY_FUSION_MACHINE: "&bClay Fusing Machine"
CLAY_ELEMENT_EXTRACTER: "&bElement Extracter"
CLAY_FOOD_CAULDRON: "&bEletric Cauldron"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/zh-CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ MachineRecipes:
CLAY_FOOD_CHALKING_MACHINE: "&a&o在食物打粉机内合成"
CLAY_ELEMENT_EXTRACTER: "&a&o在元素提取机内提取"
Machines:
SPLIT_LINE: "&b分割线"
SPLIT_LINE: " "
CLAY_FUSION_MACHINE: "&b粘土融合器"
CLAY_ELEMENT_EXTRACTER: "&b元素提取机"
CLAY_FOOD_CAULDRON: "&b电锅"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/zh-TW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ MachineRecipes:
CLAY_FOOD_CHALKING_MACHINE: "&a&o在食物打粉機內合成"
CLAY_ELEMENT_EXTRACTER: "&a&o在元素提取機內提取"
Machines:
SPLIT_LINE: "&b分割線"
SPLIT_LINE: " "
CLAY_FUSION_MACHINE: "&b粘土融合器"
CLAY_ELEMENT_EXTRACTER: "&b元素提取機"
CLAY_FOOD_CAULDRON: "&b電鍋"
Expand Down

0 comments on commit b7d2ea1

Please sign in to comment.