Skip to content

Commit

Permalink
add new files
Browse files Browse the repository at this point in the history
  • Loading branch information
DraculeaIV committed Jul 28, 2020
1 parent 1806200 commit ea50ef7
Show file tree
Hide file tree
Showing 3,288 changed files with 204,595 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Disable LF normalization for all files
* -text
183 changes: 183 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,183 @@
# Created by https://www.gitignore.io
# Following settings: Gradle, intellij, eclipse
### Gradle ###
.gradle
build/


# Ignore Gradle GUI config
gradle-app.setting

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar


### Intellij ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm

*.iml

## Directory-based project format:
.idea/

## File-based project format:
*.ipr
*.iws

## Plugin-specific files:

# IntelliJ
/out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties


### Eclipse ###
*.pydevproject
.metadata
.gradle
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath

# Eclipse Core
.project

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# JDT-specific (Eclipse Java Development Tools)
.classpath

# PDT-specific
.buildpath

# sbteclipse plugin
.target

# TeXlipse plugin
=======
# Created by https://www.gitignore.io
# Following settings: Gradle, intellij, eclipse
### Gradle ###
.gradle
build/


# Ignore Gradle GUI config
gradle-app.setting

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar


### Intellij ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm

*.iml

## Directory-based project format:
.idea/

## File-based project format:
*.ipr
*.iws

## Plugin-specific files:

# IntelliJ
/out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties


### Eclipse ###
*.pydevproject
.metadata
.gradle
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath

# Eclipse Core
.project

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# JDT-specific (Eclipse Java Development Tools)
.classpath

# PDT-specific
.buildpath

# sbteclipse plugin
.target

# TeXlipse plugin
.texlipse

# Other
*Thumbs.db
.pmd
src/Resources/META-INF/TConstruct_at.cfg
src/Resources/META-INF/cofhlib_at.cfg
src/Resources/META-INF/CofH_at.cfg
src/Resources/META-INF/fml_at.cfg
src/Resources/META-INF/farseek_at.cfg
src/Resources/META-INF/forge_at.cfg
src/Resources/META-INF/hee_at.cfg
src/Resources/META-INF/funkylocomotion_at.cfg
src/Resources/META-INF/inpuretools_at.cfg
src/Resources/META-INF/inpure_at.cfg
src/Resources/META-INF/mariculture_at.cfg
src/Resources/META-INF/mcdiscord_at.cfg
src/Resources/META-INF/micdoodlecore_at.cfg
src/Resources/META-INF/nei_at.cfg
src/Resources/META-INF/oc_at.cfg
src/Resources/META-INF/openbees_at.cfg
src/Resources/META-INF/PneumaticCraft_at.cfg
src/Resources/META-INF/simplyjetpacks_at.cfg
classes/
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# TFC for TerraFirmaRescue
# 群峦救援:群峦传说

## License 协议

This mod is licensed under [GNU GPL v3](https://github.com/Deadrik/TFCraft/blob/master/license.txt)

该项目遵循[GNU GPL v3](https://github.com/Deadrik/TFCraft/blob/master/license.txt)开源协议进行开源

## Attention 注意事项
This project contains plenty of changes, and may not suitable for update from standard version of TFC, please use it at your own risk.

该项目涉及大量魔改,并非延续官方版本的更新,慎用。

## Recent Changes 更新记录
v0.80.03 Fix: 修复:

- item replication by StoneAnvil
- 石砧上的物品复制
- leaves decay
- 树叶不正常的凋零
- remove metal block recipes, set metal amount of metal sheet to 100 and double sheet to 200
- 移除了制作金属方块的配方,并调整单层板的含量为100,双层板为200
- make Anvil recipe do not disappear if player moved between worlds
- 在玩家切换世界的时候砧配方不会消失了



v0.80.01 fork from [AnodeCathode/TFCraft](https://github.com/AnodeCathode/TFCraft)

[AnodeCathode/TFCraft](https://github.com/AnodeCathode/TFCraft) fork了源码
1 change: 1 addition & 0 deletions Setup.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gradlew.bat setupdecompworkspace eclipse
Binary file added TFCASM_dummy.jar
Binary file not shown.
11 changes: 11 additions & 0 deletions TFCImports.importorder
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#Organize Import Order
#Mon Aug 31 14:12:52 CDT 2015
8=\#
7=
6=org.lwjgl
5=cpw
4=net.minecraftforge
3=net.minecraft
2=io.netty
1=javax
0=java
Loading

0 comments on commit ea50ef7

Please sign in to comment.