Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BC Compat for 1.16.5 Forge #101

Open
wants to merge 5 commits into
base: 8.0.x-1.12.2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 28 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,26 +1,44 @@
#eclipse
.project
.classpath
.metadata
org.*
# eclipse
bin
*.launch
.settings
.metadata
.classpath
.project
eclipse

#idea
*.iml
# idea
out
*.ipr
*.iws
*.iml
.idea
out

#gradle
# gradle
build
.gradle
modules
libs

#runtime
run
classes
run_server

#mac
.DS_Store

#Custom code to inject the the dev environment
custom
test-results

#licnse_checker
# Not in git because it contains names + emails.
license_checker/agreed.txt
license_checker/unused_code.txt
license_checker/out/**

# Files from Forge MDK
forge*changelog.txt

# For some annoying reason the tests creates a log file in "/logs/latest.txt"
logs
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "BuildCraft"]
path = BuildCraft
url = https://github.com/BuildCraft/BuildCraft.git
url = https://github.com/CalenXwX/BuildCraft.git
branch = 8.0.x-1.16.5
2 changes: 1 addition & 1 deletion BuildCraft
Submodule BuildCraft updated 6065 files
Loading