diff --git a/DH Test-1.0.0.mrpack b/DH Test-1.0.0.mrpack index 69c94ce..3bfe726 100644 Binary files a/DH Test-1.0.0.mrpack and b/DH Test-1.0.0.mrpack differ diff --git a/config/tectonic.json b/config/tectonic.json new file mode 100644 index 0000000..7c74e63 --- /dev/null +++ b/config/tectonic.json @@ -0,0 +1,27 @@ +{ + "experimental": { + // The increased height setting will change the max Overworld build and generation height to y640. + // The horizontal mountain scale setting will change the thickness of mountain ranges and the spacing between them. + // Lower values = thicker mountain ranges and more space between ranges. 0.15-0.25 is the sweet spot. + // The terrain scale setting will vertically stretch/compress terrain. Higher values = more extreme terrain heights. + "horizontal_mountain_scale": 0.25, + "increased_height": true, + "terrain_scale": 1.125 + }, + "features": { + // Enabling deeper oceans will lower vanilla ocean monuments to compensate for lower depth. + // Snow start offset moves where snow starts, preventing biomes like Taigas looking weird next to mountain ranges. + "deeper_oceans": true, + "desert_dunes": true, + "lava_rivers": true, + "snow_start_offset": 128, + "underground_rivers": true + }, + "legacy": { + // Tectonic v1 worlds have old biome data preventing them from being opened in Tectonic v2.1+. + // Enabling legacy mode will add back the biomes and upgrade worlds to the new format upon opening them. + // Once a world is upgraded by opening it, turn off legacy mode. + "enabled": false + }, + "mod_enabled": true +} diff --git a/index.toml b/index.toml index f74c92d..dc84531 100644 --- a/index.toml +++ b/index.toml @@ -8,6 +8,10 @@ hash = "cd3ae2905b00991d369bc681be56fe2a6c132731eccee3f79fd5f05f8bd4e511" file = "config/ambientsounds-client.json" hash = "a5a48d2e3b9e851be1a0e7b99a518b34fbb2b47ecff4ee06a4261d84ab50655e" +[[files]] +file = "config/tectonic.json" +hash = "218ea6c228b0df801483570b610481acdb9591037cad7cc074e41c839e4020c9" + [[files]] file = "config/treechop-client.toml" hash = "b03b349044903a4e07956a31142161b8f6eb2c6ea161f3a4ebfaf90f7644c4f2" @@ -876,3 +880,8 @@ metafile = true file = "mods/zoomify.pw.toml" hash = "548772ed4c11f15dfac400681ba5893e73956b6daa9762ed57f5ad4bee05e041" metafile = true + +[[files]] +file = "resourcepacks/pixel-twemoji-9x.pw.toml" +hash = "51a5764db61a0378ef2e36ae214a99aaa6ce0ac920c4b603f75201f97fb0a388" +metafile = true diff --git a/pack.toml b/pack.toml index d6ca3f8..63335e0 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "396ad9c7bb789267be0b1c2f5c68d9aefd9c1ff6f99e7181e3d62d21282f52ef" +hash = "386cf0868242bed1f61bfadf3f40c972f469a6edbd1eaa7fccdcefd17d6be39a" [versions] minecraft = "1.20.1" diff --git a/resourcepacks/pixel-twemoji-9x.pw.toml b/resourcepacks/pixel-twemoji-9x.pw.toml new file mode 100644 index 0000000..3a7af73 --- /dev/null +++ b/resourcepacks/pixel-twemoji-9x.pw.toml @@ -0,0 +1,13 @@ +name = "Pixel Twemoji 9x" +filename = "PixelTwemojiMC-9.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/q2fYGCpL/versions/1p9aSzAY/PixelTwemojiMC-9.zip" +hash-format = "sha512" +hash = "cddaa185ab934b6772ada3c5845afcc340bbb004d83d05685c851aea1b6bfcd7b0d4a3050ba48a8823d7077f9cf22b138da6cb8e12392bbc7de370684fd62108" + +[update] +[update.modrinth] +mod-id = "q2fYGCpL" +version = "1p9aSzAY"