-
Notifications
You must be signed in to change notification settings - Fork 9
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
59 changed files
with
1,107 additions
and
57 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 |
---|---|---|
|
@@ -23,3 +23,6 @@ | |
|
||
# mac | ||
.DS_Store | ||
|
||
# npm | ||
/node_modules |
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,18 @@ | ||
language: java | ||
jdk: | ||
- openjdk7 | ||
|
||
branches: | ||
only: | ||
- master | ||
- develop | ||
- /^(?i:release).*$/ | ||
- /^(?i:support).*$/ | ||
- /^(?i:hotfix)-.*$/ | ||
|
||
install: ./gradlew setupCIWorkspace -S | ||
script: ./gradlew build curse | ||
|
||
env: | ||
global: | ||
TERM=dumb |
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 @@ | ||
<a name="1.0.0"></a> | ||
# 1.0.0 (2015-10-02) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Localize the creative tab name e90e00c | ||
* Add missing silver to diamond tank upgrade item 9f1f8be | ||
* Fluid in tanks now persists between game sessions 3858b6c | ||
* Obsidian tanks are not destroyed by TNT or creeper blasts f397f4e | ||
* Tank upgrade items perform an in place upgrade of tank a1adf5d | ||
* **gui:** Remove extraneous GUI configuration ed8b191 | ||
|
||
### Features | ||
|
||
* Add recipes for blocks and items a273f1c | ||
* Implemented basic items and blocks 570e191 | ||
* **i18n:** Add German translation fb5550e | ||
* **i18n:** Add Pirate translation c031a12 | ||
* **i18n:** Add Russian af55841 | ||
* **i18n:** Add Simplified Chinese 960e151 | ||
* **i18n:** Add Spanish translation 1bb4866 |
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,7 @@ | ||
#Fri, 02 Oct 2015 10:09:30 -0700 | ||
mcversion=1.7.10 | ||
forgeversion=10.13.4.1448-1.7.10 | ||
buildQualifier=release | ||
version_major=1 | ||
version_minor=0 | ||
version_patch=0 |
Oops, something went wrong.