-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '1.19.2/main' into 1.20.1/main
- Loading branch information
Showing
42 changed files
with
4,554 additions
and
26,101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Additions | ||
* Added Engine boost. (Having multiple engines will increase efficiency) | ||
* Added config `engineBoost` | ||
* Added config `engineBoostOffset` | ||
* Added config `engineBoostExponentialPower` | ||
* Added config `speedMassScale` for changing how mass affects max speed. | ||
* Added Korean Localization. | ||
# Changes | ||
* Updated helm model. | ||
* Updated `en_pt.json` | ||
* Updated helm hitbox. | ||
* Changed anchor blast resistance from 1200 to 6. | ||
* Halev the mass effect on max speed. | ||
# Fixes | ||
* Updated dependencies. | ||
* Fixed an issue where the helm GUI lost data. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 41 additions & 0 deletions
41
common/src/main/resources/assets/vs_eureka/lang/ko_kr.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"itemGroup.vs_eureka.eureka_tab": "VS Eureka", | ||
"block.vs_eureka.oak_ship_helm": "참나무 선박 조향타", | ||
"block.vs_eureka.spruce_ship_helm": "가문비나무 선박 조향타", | ||
"block.vs_eureka.birch_ship_helm": "자작나무 선박 조향타", | ||
"block.vs_eureka.jungle_ship_helm": "정글나무 선박 조향타", | ||
"block.vs_eureka.acacia_ship_helm": "아카시아나무 선박 조향타", | ||
"block.vs_eureka.dark_oak_ship_helm": "짙은 참나무 선박 조향타", | ||
"block.vs_eureka.crimson_ship_helm": "진홍빛 선박 조향타", | ||
"block.vs_eureka.warped_ship_helm": "뒤틀린 선박 조향타", | ||
"block.vs_eureka.anchor": "닻", | ||
"block.vs_eureka.engine": "선박 엔진", | ||
"block.vs_eureka.balloon": "풍선", | ||
"block.vs_eureka.white_balloon": "하얀색 풍선", | ||
"block.vs_eureka.light_gray_balloon": "회백색 풍선", | ||
"block.vs_eureka.gray_balloon": "회색 풍선", | ||
"block.vs_eureka.black_balloon": "검은색 풍선", | ||
"block.vs_eureka.red_balloon": "빨간색 풍선", | ||
"block.vs_eureka.orange_balloon": "주황색 풍선", | ||
"block.vs_eureka.yellow_balloon": "노란색 풍선", | ||
"block.vs_eureka.lime_balloon": "연두색 풍선", | ||
"block.vs_eureka.green_balloon": "초록색 풍선", | ||
"block.vs_eureka.light_blue_balloon": "하늘색 풍선", | ||
"block.vs_eureka.cyan_balloon": "청록색 풍선", | ||
"block.vs_eureka.blue_balloon": "파란색 풍선", | ||
"block.vs_eureka.purple_balloon": "보라색 풍선", | ||
"block.vs_eureka.magenta_balloon": "자홍색 풍선", | ||
"block.vs_eureka.pink_balloon": "분홍색 풍선", | ||
"block.vs_eureka.brown_balloon": "갈색 풍선", | ||
"block.vs_eureka.floater": "부력체", | ||
"block.vs_eureka.ballast": "중량", | ||
"gui.vs_eureka.ship_helm": "선박 조향타", | ||
"gui.vs_eureka.engine": "엔진", | ||
"gui.vs_eureka.assemble": "조립", | ||
"gui.vs_eureka.disassemble": "해체", | ||
"gui.vs_eureka.align": "정렬", | ||
"gui.vs_eureka.aligning": "정렬 중...", | ||
"gui.vs_eureka.todo": "해체", | ||
"hud.vs_eureka.start_cruising": "크루즈 제어 활성화됨", | ||
"hud.vs_eureka.stop_cruising": "크루즈 제어 비활성화됨" | ||
} |
Oops, something went wrong.