Skip to content

Commit

Permalink
Update changelog and some files
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Oct 23, 2023
1 parent da09271 commit 14f5524
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 23 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

**Using** forge-14.23.5.2860

## What's new?

- Fixed errors in chat, caused by Tabulator.
- Removed Spice of Life: Carrot Edition because Nutrition already serves the function of mod encouraging to eat different foods, and with this, Scaling Health could be removed, which fixes [#64](https://github.com/juraj-hrivnak/Underdog/issues/64).
- Some tiny internal changes.

@mod_changes@

If you like Underdog and you would like to support the project financially, consider donating to my Patreon: \
<https://www.patreon.com/teksturepako>

The best place to set up a server to play the Underdog modpack is at: \
<https://bisecthosting.com/underdog>

## What's new?

-

@mod_changes@
Binary file modified config/customloadingscreen_timings.nbt
Binary file not shown.
12 changes: 5 additions & 7 deletions config/sledgehammer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -218,13 +218,6 @@ mixin {
# If 'true', fixes item duplication
item-duplication=false
}
# Ender IO
enderio {
# If 'true', fixes EnderIO RecipeFactory logging
recipe-factory-stacktrace=false
# If 'true', prevents Redstone Conduits from keeping chunks loaded
redstone-conduit-chunk-unload=false
}
# Ender Storage
enderstorage {
# If 'true', fixes NullPointerException caused by handleVisiblityPacket
Expand Down Expand Up @@ -290,6 +283,11 @@ mixin {
# If 'true', fixes IllegalArgumentException caused by the canConnectFromSide method.
can-connect-from-side=false
}
# Mob Grinding Utils
mob-grinding-utils {
# If 'true', reduces Mob Fan block updates to one per second
packet-spam=false
}
# Morph
morph {
# If 'true', fixes NullPointerException caused by onUpdate
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
#Tue Oct 10 17:10:20 CEST 2023
#Mon Oct 23 21:50:45 CEST 2023
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
6 changes: 3 additions & 3 deletions config/startuptimer/startup_times.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"times": [
475625,
420360,
390355
449050,
362020,
455682
]
}
Binary file modified config/tconstruct_oredictcache.dat
Binary file not shown.
3 changes: 0 additions & 3 deletions config/tool_progression/blocks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -72048,9 +72048,6 @@ block {
# rustic:wind_thistle:3 [default: null=-1]
S:"rustic:wind_thistle:3"=null=-1

# scalinghealth:crystalore:0 [default: pickaxe=2]
S:"scalinghealth:crystalore:0"=pickaxe=2

# sereneseasons:greenhouse_glass:0 [default: ?pickaxe=0]
S:"sereneseasons:greenhouse_glass:0"=?pickaxe=0

Expand Down
2 changes: 1 addition & 1 deletion config/voicechat/voicechat-client.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Simple Voice Chat client config v1.12.2-2.4.26
# Simple Voice Chat client config v1.12.2-2.4.27

# The voice chat volume
voice_chat_volume=1.0
Expand Down
2 changes: 1 addition & 1 deletion config/voicechat/voicechat-server.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Simple Voice Chat server config v1.12.2-2.4.26
# Simple Voice Chat server config v1.12.2-2.4.27

# The port of the voice chat server
# Setting this to "-1" sets the port to the Minecraft servers port (Not recommended)
Expand Down

0 comments on commit 14f5524

Please sign in to comment.