Skip to content

Commit

Permalink
fabric port
Browse files Browse the repository at this point in the history
  • Loading branch information
JieningYu committed Nov 29, 2022
1 parent 9c18792 commit 8c35da7
Show file tree
Hide file tree
Showing 46 changed files with 1,851 additions and 1,799 deletions.
22 changes: 22 additions & 0 deletions .editorconfig
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.**,|,*
11 changes: 5 additions & 6 deletions .gitattributes
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
35 changes: 22 additions & 13 deletions .gitignore
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/
41 changes: 3 additions & 38 deletions README.md
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)
Loading

0 comments on commit 8c35da7

Please sign in to comment.