Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Feb 9, 2022
1 parent 517e93b commit 11fba98
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 13 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ The best place to set up a server to play the Underdog modpack is at: \
https://bisecthosting.com/underdog

## What's new?
-
- Fixed crash at startup.

## Mod Changes:
```markdown

Updated:
- Dropt
- Aqua Acrobatics
- MixinBooter
```
2 changes: 1 addition & 1 deletion config/CustomMainMenu/mainmenu.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"labels": {
"modpack_version": {
"text": "v2.1.0",
"text": "v2.1.1",
"posX": 182,
"posY": -45,
"color": -1,
Expand Down
8 changes: 8 additions & 0 deletions config/aquaacrobatics.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ general {
# Enables crawling to prevent suffocation. Note that if you disable this there will probably be behavioral differences from 1.13.
B:"Enable Crawling"=true

# Enables a keybind to toggle crawling.
B:"Enable Toggle Crawling"=false

# Prevent sprinting from being triggered by double tapping the walk forward key.
B:"No Double Tab Sprinting"=false

Expand Down Expand Up @@ -71,6 +74,8 @@ general {
integration {
# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"ArtemisLib Integration"=true

# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"Betweenlands Integration"=true

# Only applies when the mod is installed. Disable when there are issues with the mod.
Expand All @@ -88,6 +93,9 @@ general {
# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"Random Patches Integration"=true

# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"Thaumic Augmentation Integration"=true

# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"Trinkets and Baubles Integration"=true

Expand Down
2 changes: 1 addition & 1 deletion config/craftpresence.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#Current Version -> v1.8.8 (Schema v2)
#
#Last synchronized:
#Sat Feb 05 19:28:41 CET 2022
#Wed Feb 09 19:33:40 CET 2022
Enable_Per-Gui_System=false
Strip_Translation_Colors=false
Debug_Mode=false
Expand Down
6 changes: 0 additions & 6 deletions config/cyclicmagic.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@ cyclicmagic {

# Stardew Furnaces: Quickly fill a furnace by hitting it with fuel or an item, or interact with an empty hand to pull out the results [Inspired by Stardew Valley. Left click only] [default: true]
B:"Furnace Speed"=true

# Default modifier for heart containers a new player will start with when first joining the world. Will not affect existing players once they have joined. (For Maximum heart modifier limit given by the heart containers see 'modpacks' category in the config file) [range: -9 ~ 90, default: 0]
I:HeartModifierInitial=0

# Use a player skull on a sign to name the skull based on the top line [default: true]
Expand Down Expand Up @@ -1295,8 +1293,6 @@ modpacks {
croparia:stem_*
rustic:grape_stem
>

# Maximum number of heart containers you can get by eating heart containers. Does not limit the /setheartmod command [range: 0 ~ 90, default: 10]
I:HeartModifierMax=10

# Maximum number of upgraded hearts [range: 1 ~ 100, default: 20]
Expand Down Expand Up @@ -1345,8 +1341,6 @@ modpacks {

# Block Range it will search onclick [range: 2 ~ 256, default: 32]
I:ProspectorRange=32

# Containers that cannot be lifted up with the Empty Sack of Holding. Use block id; for example minecraft:chest [default: [extracells:fluidcrafter], [extracells:ecbaseblock], [extracells:fluidfiller], [refinedstorage:disk_manipulator], [refinedstorage:disk_drive], [refinedstorage:crafter], [refinedstorage:crafter_manager], [refinedstorage:grid], [parabox:parabox], [immersivengineering:metal_device1]]
S:SackHoldingBlacklist <
extracells:fluidcrafter
extracells:ecbaseblock
Expand Down
4 changes: 2 additions & 2 deletions config/splash.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Splash screen properties
#Sat Feb 05 19:28:07 CET 2022
#Wed Feb 09 19:33:04 CET 2022
logoOffset=0
barBackground=0xFFFFFF
memoryGood=0x78CB34
Expand All @@ -16,5 +16,5 @@ background=0xFFFFFF
bar=0xCB3D35
resourcePackPath=resources
barBorder=0xC0C0C0
fontTexture=textures/font/ascii.png
=\=\=\=\=\=\=
fontTexture=textures/font/ascii.png
2 changes: 1 addition & 1 deletion pax/modpack/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"manifestType": "minecraftModpack",
"overrides": "overrides",
"manifestVersion": 1,
"version": "2.1.0",
"version": "2.1.1",
"author": "TeksturePako",
"name": "Underdog",
"files": [
Expand Down

0 comments on commit 11fba98

Please sign in to comment.