resource pack and height fix
This commit is contained in:
parent
3aeecb54d8
commit
3f45af7c64
5 changed files with 50 additions and 1 deletions
Binary file not shown.
27
config/tectonic.json
Normal file
27
config/tectonic.json
Normal file
|
|
@ -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
|
||||||
|
}
|
||||||
|
|
@ -8,6 +8,10 @@ hash = "cd3ae2905b00991d369bc681be56fe2a6c132731eccee3f79fd5f05f8bd4e511"
|
||||||
file = "config/ambientsounds-client.json"
|
file = "config/ambientsounds-client.json"
|
||||||
hash = "a5a48d2e3b9e851be1a0e7b99a518b34fbb2b47ecff4ee06a4261d84ab50655e"
|
hash = "a5a48d2e3b9e851be1a0e7b99a518b34fbb2b47ecff4ee06a4261d84ab50655e"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/tectonic.json"
|
||||||
|
hash = "218ea6c228b0df801483570b610481acdb9591037cad7cc074e41c839e4020c9"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/treechop-client.toml"
|
file = "config/treechop-client.toml"
|
||||||
hash = "b03b349044903a4e07956a31142161b8f6eb2c6ea161f3a4ebfaf90f7644c4f2"
|
hash = "b03b349044903a4e07956a31142161b8f6eb2c6ea161f3a4ebfaf90f7644c4f2"
|
||||||
|
|
@ -876,3 +880,8 @@ metafile = true
|
||||||
file = "mods/zoomify.pw.toml"
|
file = "mods/zoomify.pw.toml"
|
||||||
hash = "548772ed4c11f15dfac400681ba5893e73956b6daa9762ed57f5ad4bee05e041"
|
hash = "548772ed4c11f15dfac400681ba5893e73956b6daa9762ed57f5ad4bee05e041"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "resourcepacks/pixel-twemoji-9x.pw.toml"
|
||||||
|
hash = "51a5764db61a0378ef2e36ae214a99aaa6ce0ac920c4b603f75201f97fb0a388"
|
||||||
|
metafile = true
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "396ad9c7bb789267be0b1c2f5c68d9aefd9c1ff6f99e7181e3d62d21282f52ef"
|
hash = "386cf0868242bed1f61bfadf3f40c972f469a6edbd1eaa7fccdcefd17d6be39a"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.20.1"
|
minecraft = "1.20.1"
|
||||||
|
|
|
||||||
13
resourcepacks/pixel-twemoji-9x.pw.toml
Normal file
13
resourcepacks/pixel-twemoji-9x.pw.toml
Normal file
|
|
@ -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"
|
||||||
Loading…
Add table
Reference in a new issue