Skip to content

Commit 9038dec

Browse files
authored
API, modularization, general cleanup (#362)
* Move customizable generator to new repository, rerganize the code, put API into api source set Fix cubic chunks mixin config packages Put API back into main mod, update gradle API as separate repository doesn't really work if the API depends on MC as forgegradle puts fml annotation cache json into the jar. And when the API jar is shaded into the mod, FG finds a duplicate entry. * Move coremod class to new package so that runtime deobf works on mixin classes * Fix precipitation height using z coordinate twice * Fix another reference to old coremod package name
1 parent ce517cf commit 9038dec

File tree

375 files changed

+3496
-24298
lines changed

Some content is hidden

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

375 files changed

+3496
-24298
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ before_install:
2020
script: ./gradlew clean build
2121
deploy:
2222
- provider: script
23-
script: "./gradlew clean uploadArchives"
23+
script: "./gradlew clean publish"
2424
skip_cleanup: true
2525
on:
2626
repo: OpenCubicChunks/CubicChunks
27+
# check the branch with regex to match master and MC_version branches
28+
condition: $TRAVIS_BRANCH =~ ^(master|MC_([0-9]+\.)+[0-9]+)$
2729
all_branches: true
2830

2931
notifications:

build.gradle.groovy

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)