Skip to content

Commit ee6aaab

Browse files
authored
Merge pull request #100 from dshadowwolf/make-3.2-work-on-old-versions
Make 3.2 work on old versions (now on 1.10.2 !!!)
2 parents 9d4c568 + cf5ca70 commit ee6aaab

File tree

84 files changed

+5929
-1311
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+5929
-1311
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ eclipse
2222
run
2323

2424
/README.txt
25-
/forge-*-changelog.txt
25+
/forge-*-changelog.txt
26+
.DS_Store
27+
.DS_Store/*

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
language: java
2+
sudo: false
23
cache:
34
directories:
45
- $HOME/.gradle
56
notifications:
67
email: false
78
jdk:
89
- oraclejdk8
9-
install: ./gradlew setupCIWorkspace -S
10-
script: ./gradlew build -S
1110
before_install:
1211
- chmod a+x gradlew
12+
install: ./gradlew setupCIWorkspace -S
13+
script: ./gradlew clean build -S

CHANGELOG.txt

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
Updated for latest Forge RB
1+
#Version 3.1.0:
2+
Minor Version number bumped because of major internal changes
3+
New Annotation-based plugin system
4+
New API for new plugin system
5+
Update JSON config format to version 1.1 to allow for new feature
6+
Implement BiomeDictionary support
7+
Implement Whitelisting and Blacklisting support for Biomes
8+
Ensure that resources stored in JAR's can be copied out to the config directory for loading and parsing
9+
Add the ability to specify parameters for the default feature generator to the addore command
10+
11+
#Version 3.0.0:
12+
Ported to 1.11.2
13+
Complete rewrite of internals for better stability
14+
Change of JSON config format (See Wiki for details!)
15+
Added ability to specify different types of ore generation
16+
Added ability to specify what block gets replaced
17+
Able to Import both OreSpawn 1 and OreSpawn 2 format config files
18+
Added an operator (permission level 4) command to force-dump current configuration

0 commit comments

Comments
 (0)