Skip to content

Commit

Permalink
Merge pull request #20 from AllTheMods/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
Pdiddy973 authored Nov 7, 2021
2 parents 362498b + 7c165ca commit 8811729
Show file tree
Hide file tree
Showing 28 changed files with 4,409 additions and 613 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ body:
label: Modpack Version
description: What version of the pack are you using?
options:
- 2.1.4
- 2.1.2
- 2.1.0
- other
validations:
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/crash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ body:
label: Modpack Version
description: What version of the pack are you using?
options:
- 2.1.4
- 2.1.2
- 2.1.0
- other
validations:
Expand Down
2 changes: 1 addition & 1 deletion config/allthetweaks-common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
[packversionminrev]
#Pack Minor Version Revision : X
#Range: 0 ~ 32768
minorrev = 2
minorrev = 4

2 changes: 1 addition & 1 deletion config/dynview-common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
["Dynamic Chunk View Distance Settings"]
#The maximum chunk view distance allowed to use. Set to the max a player could benefit from. Default: 20
#Range: 1 ~ 200
maxChunkViewDist = 20
maxChunkViewDist = 10
#The average tick time to stabilize the chunk view distance around. Setting it higher than 50ms is not advised, as after 50ms the TPS will go below 20. Default: 45ms
#Range: 10 ~ 100
meanAvgTickTime = 45
Expand Down
5 changes: 4 additions & 1 deletion config/feywild/client.json5
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
// Whether feywild music should be played in the fey biomes
"biome_music": true,

// Wether Fey Flowers particles should spawn.
"flower_particles": true,

// Whether Feywild should replace the main menu
// Whether Feywild should replace the main menu and music
"replace_menu": false,

// Whether tree particles should spawn.
Expand Down
Loading

0 comments on commit 8811729

Please sign in to comment.