disable DistantHorizons debug messages, fix emoji resource pack, add creative music
This commit is contained in:
parent
c53c236450
commit
222cfbe06d
7 changed files with 11 additions and 7 deletions
Binary file not shown.
|
|
@ -182,11 +182,11 @@ _version = 3
|
|||
#
|
||||
# If enabled, a chat message will be displayed when a potentially problematic
|
||||
# mod is installed alongside DH.
|
||||
showModCompatibilityWarningsOnStartup = true
|
||||
showModCompatibilityWarningsOnStartup = false
|
||||
#
|
||||
# If enabled, a chat message will be displayed if vanilla MC's
|
||||
# render distance is higher than the recommended amount.
|
||||
showHighVanillaRenderDistanceWarning = true
|
||||
showHighVanillaRenderDistanceWarning = false
|
||||
#
|
||||
# If enabled, a chat message will be displayed if DH detects
|
||||
# that any pooled objects have been garbage collected.
|
||||
|
|
|
|||
BIN
configureddefaults/resourcepacks/Creative Music.zip
Normal file
BIN
configureddefaults/resourcepacks/Creative Music.zip
Normal file
Binary file not shown.
Binary file not shown.
BIN
configureddefaults/resourcepacks/twemoji.zip
Normal file
BIN
configureddefaults/resourcepacks/twemoji.zip
Normal file
Binary file not shown.
10
index.toml
10
index.toml
|
|
@ -6,7 +6,7 @@ hash = "72ee03b41235eea90b0cf2ee04d167f52650e182488c99e2d7eaab5f9bfebae7"
|
|||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/DistantHorizons.toml"
|
||||
hash = "abdc7064e46caad0e70362e19a5fb0e4643ebc0d825c39dbde97ccbbdb2bb47c"
|
||||
hash = "246d43f37df48d1b30f9c7c5960eb4684b9411649972cdab2da4ec0bd4a5e932"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/MiniMOTD/icons/img0.png"
|
||||
|
|
@ -137,8 +137,12 @@ file = "configureddefaults/config/voicechat/voicechat-server.properties"
|
|||
hash = "6bfc86241a6819d579de2cd7a83b67c0b5c2e6a9c969bef668034cb97844a821"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/resourcepacks/emoji.zip"
|
||||
hash = "1873e672dea884b03f4347feb992965389c9c3d7732097f255cd298c4be1fa37"
|
||||
file = "configureddefaults/resourcepacks/Creative Music.zip"
|
||||
hash = "3eb9bd07f24020a39c60f1865c1b2a77275b626be8eb1a673ed9df97fa0ba965"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/resourcepacks/twemoji.zip"
|
||||
hash = "64b6123f55dd6e648a0f8a5813e7e8670de7294d7d1d7ecf62459e284d3b1b7c"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/server.properties"
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
name = "Nilla"
|
||||
author = "Ryan & Gabe (The Goats)"
|
||||
version = "1.4.1"
|
||||
version = "1.4.2"
|
||||
pack-format = "packwiz:1.1.0"
|
||||
|
||||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "260c682a249d6ac92bbda5be307cf5b3c67b00f3614fa43164d5c5f8d3371714"
|
||||
hash = "c9f1328924657d215a295d2890de34d7e28de3742f5f61eef857b4fe03274f6f"
|
||||
|
||||
[versions]
|
||||
fabric = "0.18.3"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue