-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
46 changed files
with
1,851 additions
and
1,799 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# http://editorconfig.org | ||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 4 | ||
continuation_indent_size = 8 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[*.json] | ||
indent_style = space | ||
indent_size = 2 | ||
|
||
[*.java] | ||
indent_style = tab | ||
ij_continuation_indent_size = 8 | ||
ij_java_class_count_to_use_import_on_demand = 99 | ||
ij_java_names_count_to_use_import_on_demand = 99 | ||
ij_java_imports_layout = $*,|,java.**,|,javax.**,|,org.**,|,com.**,|,* |
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 |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# | ||
# https://help.github.com/articles/dealing-with-line-endings/ | ||
# | ||
# These are explicitly windows files and should use crlf | ||
*.bat text eol=crlf | ||
|
||
# Disable autocrlf on generated files, they always generate with LF | ||
# Add any extra files or paths here to make git stop saying they | ||
# are changed when only line endings change. | ||
src/generated/**/.cache/cache text eol=lf | ||
src/generated/**/*.json text eol=lf |
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 |
---|---|---|
@@ -1,26 +1,35 @@ | ||
# gradle | ||
|
||
.gradle/ | ||
build/ | ||
out/ | ||
classes/ | ||
|
||
# eclipse | ||
bin | ||
|
||
*.launch | ||
.settings | ||
.metadata | ||
.classpath | ||
.project | ||
|
||
# idea | ||
|
||
out | ||
.idea/ | ||
*.iml | ||
*.ipr | ||
*.iws | ||
*.iml | ||
.idea | ||
|
||
# gradle | ||
build | ||
.gradle | ||
# vscode | ||
|
||
.settings/ | ||
.vscode/ | ||
bin/ | ||
.classpath | ||
.project | ||
|
||
# macos | ||
|
||
*.DS_Store | ||
|
||
# other | ||
eclipse | ||
run | ||
|
||
# Files from Forge MDK | ||
forge*changelog.txt | ||
run/ |
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 |
---|---|---|
@@ -1,38 +1,3 @@ | ||
## 跨越~~时代~~ | ||
|
||
### 简介 | ||
|
||
这是一个为机械动力(Create mod)而制作的中国铁路装饰类方块mod | ||
<img src="https://s3.bmp.ovh/imgs/2022/10/28/bc35ca14cb455387.png" width = "240" height = "150" alt="Logo" align=right /> | ||
|
||
### 内容 | ||
#### 更新计划: | ||
* ~~原色车厢装饰板(已完成)~~ | ||
* ~~原色车厢门(已完成)~~ | ||
* 与Create联动的信号机 | ||
* ~~新涂装(刷绿)车厢装饰板(已完成)~~ | ||
* 接触网及其连线功能 | ||
* 中国铁路机车 | ||
* 更多转向架 | ||
* 更多路局限定涂装/车辆(如:25Z) | ||
|
||
#### 已实装功能 | ||
* 原色25B/G/K/T(包括BSP)车厢板/车窗/车门/地板 | ||
* 新涂装(刷绿)25B/G/K/T | ||
* CR200J部分车厢板 | ||
* 2种国铁信号机(仅装饰) | ||
* 1种受电弓 | ||
* 中国铁路3种标识牌:禁止双弓/合/断 | ||
* 25G用登车梯 | ||
* 站台盲道砖 | ||
* 接触网架线柱 | ||
* 1种日光灯 | ||
* 1种火车盒饭 | ||
|
||
#### 制作中功能 | ||
* 中国铁路机车·准高速:DF11G/HXD3D | ||
* 车厢前后壁+折页风挡 | ||
* 更多转向架 | ||
|
||
### 联系开发者 | ||
[开发QQ群](https://jq.qq.com/?_wv=1027&k=vE2YVjmw) | ||
Create More Potatoes | ||
==== | ||
With this mod, you can make all kind of potatoes(eg. Explosive Potato) |
Oops, something went wrong.