Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
variousauthors committed Nov 29, 2020
1 parent 0d17706 commit 7889462
Show file tree
Hide file tree
Showing 39 changed files with 15,192 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.5.1] - 2020-10-31
## [0.6.0] - 2020-11-28

### Changed
- unified certus quartz so that Chris could have more certus quartz
- set astral sorcery falling stars not to explode
- set chicken chunks to only load when you are online
- added naturally occurring bewitchment and roots plants to serene seasons
- add olive wood and logs to forge microblocks
- blizz spawn in snowy tundra during rain and storms
- nitor of all colors works as a heat source for growthcraft

## Added
- Masonry Block to make lovely cornerstones
- Pantography for more interesting map shenanigans
- Thermal Innovation adds more toys for industry
- Just a Few Fish to liven up the rivers and the seas
- Garden Stuff really just adds like, some wrought iron stuff but... whatever! It looks nice
- Add wireless redstone for transmitting redstone without having to worry about wires

## [0.5.0] - 2020-10-31

Expand Down
40 changes: 40 additions & 0 deletions server-patches/v0.6.0/config/ChickenChunks.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
#ChunkLoader Configuration File
#Deleting any element will restore it to it's default value

#Per player chunk limiting. Values ignored if 0.:Simply add <username>=<value>
players
{
#Forge gives everyone 12500 by default
DEFAULT=5000
#For server op's only.
OP=5000
}

#If set to false, players will have to be logged in for their chunkloaders to work.:Simply add <username>=<true|false>
allowoffline
{
DEFAULT=false
OP=true
}

#Set to false to deny a player access to the chunk viewer
allowchunkviewer
{
DEFAULT=true
OP=true
}

#The number of minutes since last login within which chunks from a player will remain active, 0 for infinite.
awayTimeout=0

#Sets lasers to render as an outline instead of a solid square.
lasersRenderHollow=false

#The maximum number of chunks per chunkloader
maxchunks=400

#Enabling this lets OPs alter other player's chunkloaders. WARNING: If you change a chunkloader, you have no idea what may break/explode by not being chunkloaded.
op-interact=false

#Set to false to disable the automatic reloading of mystcraft dimensions on server restart
reload-dimensions=true
1,082 changes: 1,082 additions & 0 deletions server-patches/v0.6.0/config/astralsorcery.cfg

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions server-patches/v0.6.0/config/growthcraft/bees/bees.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"comment": "",
"data": [
{
"comment": "Growthcraft\u0027s default bee",
"item": {
"ore": null,
"comment": "Bee",
"mod_id": "growthcraft_bees",
"name": "bee",
"amount": 1,
"meta": 0
}
}
]
}
16 changes: 16 additions & 0 deletions server-patches/v0.6.0/config/growthcraft/bees/bees.json.default
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"comment": "",
"data": [
{
"comment": "Growthcraft\u0027s default bee",
"item": {
"ore": null,
"comment": "Bee",
"mod_id": "growthcraft_bees",
"name": "bee",
"amount": 1,
"meta": 0
}
}
]
}
25 changes: 25 additions & 0 deletions server-patches/v0.6.0/config/growthcraft/bees/flowers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"comment": "",
"data": [
{
"comment": "",
"entry_type": "generic",
"block": {
"comment": "Flower",
"mod_id": "minecraft",
"name": "red_flower",
"meta": 32767
}
},
{
"comment": "",
"entry_type": "generic",
"block": {
"comment": "Flower",
"mod_id": "minecraft",
"name": "yellow_flower",
"meta": 32767
}
}
]
}
25 changes: 25 additions & 0 deletions server-patches/v0.6.0/config/growthcraft/bees/flowers.json.default
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"comment": "",
"data": [
{
"comment": "",
"entry_type": "generic",
"block": {
"comment": "Flower",
"mod_id": "minecraft",
"name": "red_flower",
"meta": 32767
}
},
{
"comment": "",
"entry_type": "generic",
"block": {
"comment": "Flower",
"mod_id": "minecraft",
"name": "yellow_flower",
"meta": 32767
}
}
]
}
Loading

0 comments on commit 7889462

Please sign in to comment.