Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
variousauthors committed Jan 10, 2021
1 parent 7889462 commit 280ca13
Show file tree
Hide file tree
Showing 122 changed files with 15,255 additions and 5 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.7.0] - 2021-01-09

### Changes
- add botania infusion recipes for getting the other kinds of slimes
- add orange slime as a drop from some plants in the nether
- remove preston compression recipes from the JEI since it is all or nothing :/
- reset the BoP nether biomes to default (previously I had made the BoP nether biomes rare
to maintain the vanilla feel, but now seeing as vanilla Nether is wild... ours will be too)
- did some tweaking to inControl spawn rules so that ghasts spawn like I remember them spawning
- mekanism ore processing accepts gravel ores

### Added
- add Better Nether to make the nether better

## [0.6.1] - 2020-11-28

### Changed
- oops: 0.6.0 had the wrong version of nature's compass, so this patch fixes that

## [0.6.0] - 2020-11-28

Expand Down
16 changes: 13 additions & 3 deletions server-patches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,28 @@ As you make changes, add the changes to the server-patch folder for the unreleas

When you remove files or mods from the release, this may be a major version bump and care must be taken to ensure that the server is patched correctly.

RELEASE CHECKLIST
-----------------
BUILD CHECKLIST (multimc)
---------------------------

1. copy any mods you added from the current instance to `unreleased/mods` and `modpack/mods`
2. rename unreleased to [release-version] and update the changelog
3. zip the [release-version] folder and name it patch-[release-version]
4. export the "unreleased" instance from multimc as a zip file named overworld-[release-version].zip
5. rename the "unreleased" instance to "[release-version]"
6. import overworld-[release-version].zip and name it "unreleased"

PUBLISH CHECKLIST
-----------------

7. upload the new release to google drive
8. update the instructions to point to the latest released version

9. in artifacts/technic find the latest modpack ([previous-release-version].zip)
10. unzip the archive
11. apply the patch from server-patch/[release-version]
12. compress the archive and rename it to [release-version].zip
13. upload the new modpack to dropbox (possibly deleting an older modpack to make space)

9. stop the server
10. upload the files from server-patch/[release-version]
11. restart the server
11. restart the server
2 changes: 1 addition & 1 deletion server-patches/v0.5.0/config/incontrol/spawn.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
"biome": "Ice Plains Spikes",
"spawner": false,
"result": "deny"
}
},
]
Loading

0 comments on commit 280ca13

Please sign in to comment.