Update joy of painting, remove copper age backport
This commit is contained in:
parent
43a5572d8b
commit
36b66d4a8e
14
config/computercraft-client.toml
Normal file
14
config/computercraft-client.toml
Normal file
@ -0,0 +1,14 @@
|
||||
#The renderer to use for monitors. Generally this should be kept at "best" - if
|
||||
#monitors have performance issues, you may wish to experiment with alternative
|
||||
#renderers.
|
||||
#Allowed Values: BEST, TBO, VBO
|
||||
monitor_renderer = "VBO"
|
||||
#The maximum distance monitors will render at. This defaults to the standard tile
|
||||
#entity limit, but may be extended if you wish to build larger monitors.
|
||||
# Default: 64
|
||||
# Range: 16 ~ 1024
|
||||
monitor_distance = 64
|
||||
#The delay in seconds after which we'll notify about unhandled imports. Set to 0 to disable.
|
||||
# Default: 5
|
||||
# Range: 0 ~ 60
|
||||
upload_nag_delay = 5
|
||||
@ -65,7 +65,7 @@
|
||||
#[@cui:RequiresReload:server]
|
||||
# Default: 4000
|
||||
# Range: > 1000
|
||||
printerFluidCapacity = 8000
|
||||
printerFluidCapacity = 16000
|
||||
#.
|
||||
#If the printing of Written Books function of Printers should be enabled.
|
||||
#[@cui:RequiresReload:server]
|
||||
@ -115,13 +115,13 @@
|
||||
#[@cui:RequiresReload:server]
|
||||
# Default: 4000
|
||||
# Range: > 1000
|
||||
blazeEnchanterFluidCapacity = 8000
|
||||
blazeEnchanterFluidCapacity = 16000
|
||||
#.
|
||||
#The amount of liquid a Blaze Forger can hold (mB).
|
||||
#[@cui:RequiresReload:server]
|
||||
# Default: 4000
|
||||
# Range: > 1000
|
||||
blazeForgerFluidCapacity = 8000
|
||||
blazeForgerFluidCapacity = 16000
|
||||
#.
|
||||
#The amount of liquid an Experience Lantern can hold (mB).
|
||||
#[@cui:RequiresReload:server]
|
||||
@ -174,7 +174,7 @@
|
||||
#Max enchantment level in Super Enchanting will be extended by this value
|
||||
# Default: 1
|
||||
# Range: 0 ~ 255
|
||||
enchantmentMaxLevelExtension = 5
|
||||
enchantmentMaxLevelExtension = 7
|
||||
#.
|
||||
#If Super Enchanting and Super Forging ignores enchantment compatibility
|
||||
ignoreEnchantmentCompatibility = true
|
||||
|
||||
66
config/particlerain/config.json
Executable file
66
config/particlerain/config.json
Executable file
@ -0,0 +1,66 @@
|
||||
{
|
||||
"configVersion": 5,
|
||||
"perf": {
|
||||
"maxParticleAmount": 1500,
|
||||
"particleDensity": 100,
|
||||
"particleStormDensity": 200,
|
||||
"particleDistance": 16,
|
||||
"surfaceRange": 100
|
||||
},
|
||||
"sound": {
|
||||
"rainVolume": 0.2,
|
||||
"snowVolume": 0.1,
|
||||
"windVolume": 0.1
|
||||
},
|
||||
"wind": {
|
||||
"strength": 0.4,
|
||||
"strengthVariance": 0.3,
|
||||
"gustFrequency": 0.2,
|
||||
"modulationSpeed": 0.04,
|
||||
"yLevelAdjustment": true
|
||||
},
|
||||
"compat": {
|
||||
"renderDefaultWeather": false,
|
||||
"doDefaultSplashing": false,
|
||||
"waterTint": true,
|
||||
"tintMix": 0.6,
|
||||
"shaderpackTint": true,
|
||||
"syncRegistries": true,
|
||||
"crossBiomeBorder": false,
|
||||
"useHeightmapTemp": true,
|
||||
"weatherIgnoreBlocks": {
|
||||
"entries": [
|
||||
"#minecraft:fences",
|
||||
"#minecraft:all_signs",
|
||||
"minecraft:barrier"
|
||||
],
|
||||
"isWhitelist": true
|
||||
},
|
||||
"doSpawnHeightLimit": false,
|
||||
"spawnHeightLimit": 0
|
||||
},
|
||||
"shrub": {
|
||||
"gravity": 0.2,
|
||||
"windStrength": 0.2,
|
||||
"stormWindStrength": 0.3,
|
||||
"size": 0.5,
|
||||
"rotationAmount": 0.6,
|
||||
"bounciness": 0.2
|
||||
},
|
||||
"ripple": {
|
||||
"opacity": 0.8,
|
||||
"size": 0.25,
|
||||
"resolution": 16,
|
||||
"useResourcepackResolution": true
|
||||
},
|
||||
"streak": {
|
||||
"opacity": 0.9,
|
||||
"size": 0.5
|
||||
},
|
||||
"mist": {
|
||||
"lifetime": 250,
|
||||
"opacity": 1.0,
|
||||
"size": 3.0,
|
||||
"renderStyle": "BLENDED"
|
||||
}
|
||||
}
|
||||
43
config/particlerain/particles.json
Executable file
43
config/particlerain/particles.json
Executable file
@ -0,0 +1,43 @@
|
||||
{
|
||||
"rain": {},
|
||||
"heavy_dust": {
|
||||
"blockList": {
|
||||
"entries": [
|
||||
"#minecraft:camel_sand_step_sound_blocks",
|
||||
"#minecraft:sand",
|
||||
"#minecraft:terracotta",
|
||||
"#c:sandstone_blocks",
|
||||
"biomesoplenty:dried_salt"
|
||||
],
|
||||
"isWhitelist": true
|
||||
}
|
||||
},
|
||||
"splatter": {},
|
||||
"smoke": {},
|
||||
"streak": {},
|
||||
"mist": {
|
||||
"enabled": false
|
||||
},
|
||||
"shrub": {
|
||||
"enabled": true,
|
||||
"density": 0.013
|
||||
},
|
||||
"snow_haze": {},
|
||||
"mist_after_rain": {},
|
||||
"ripple": {},
|
||||
"rain_haze": {},
|
||||
"snow": {},
|
||||
"dust": {
|
||||
"blockList": {
|
||||
"entries": [
|
||||
"#minecraft:camel_sand_step_sound_blocks",
|
||||
"#minecraft:sand",
|
||||
"#minecraft:terracotta",
|
||||
"#c:sandstone_blocks",
|
||||
"biomesoplenty:dried_salt"
|
||||
],
|
||||
"isWhitelist": true
|
||||
}
|
||||
},
|
||||
"dust_haze": {}
|
||||
}
|
||||
21
index.toml
21
index.toml
@ -52,6 +52,10 @@ hash = "ec46e344cf4b48a6a0bb591d02a72fde31e70ffc5011cbeaa3cb73e628de9c4a"
|
||||
file = "config/chalk-common.toml"
|
||||
hash = "53e4b119392d7c5dbe0c41d45ee00cd4607b67781c87226a17a5898b34744fec"
|
||||
|
||||
[[files]]
|
||||
file = "config/computercraft-client.toml"
|
||||
hash = "aff3608284d31729281ec84ca1fafaa3be66b670796f9f126da92648af3de9a7"
|
||||
|
||||
[[files]]
|
||||
file = "config/connectivity.json"
|
||||
hash = "6cfbca043550d91eb9dc19536dd79292eb3535446c0afa5aef48a002ee81bd78"
|
||||
@ -78,7 +82,7 @@ hash = "1b15c38d149d21ef1604e783e1199cbe2fbcc2b17abb97e8ebdcfd7345d00145"
|
||||
|
||||
[[files]]
|
||||
file = "config/create_enchantment_industry-server.toml"
|
||||
hash = "d90b4dcbc4b447d9653f8171fe2fc7b7ba630cae45415fc705f6b1d7206f06f2"
|
||||
hash = "f2f8fac668c04dcaa35e1c90b89b11e7f8b1f1406a33af09be64257d60c74249"
|
||||
|
||||
[[files]]
|
||||
file = "config/createtweakedcontrollers-client.toml"
|
||||
@ -172,6 +176,14 @@ hash = "6760d77288649e0ebc702116006d3337e97e98adaed58058ced781eb987f3eb0"
|
||||
file = "config/parcool-server.toml"
|
||||
hash = "7f88d930122b050cd4d49852b7172ce7839ae3562cc91e8266f7353b2e5677f7"
|
||||
|
||||
[[files]]
|
||||
file = "config/particlerain/config.json"
|
||||
hash = "bd8abf7000e1cd681b090d8425b808f196297b6af473826405321d037e6fdd3a"
|
||||
|
||||
[[files]]
|
||||
file = "config/particlerain/particles.json"
|
||||
hash = "2105644b649d7e68b237851f8221bcc2ff93613ebe37cfb2c3bce4ede1f98864"
|
||||
|
||||
[[files]]
|
||||
file = "config/quark-common.toml"
|
||||
hash = "25f7c81418ac30e7036ea8ea0c7733505a72780195e3242b12f04483a34a669e"
|
||||
@ -565,11 +577,6 @@ file = "mods/attributefix.pw.toml"
|
||||
hash = "f0edb6932d0c3f97338cf660763ff43bc5febdf0eb5edeca3a1927c20f14e296"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/backport-copper-age.pw.toml"
|
||||
hash = "61854b1ff0419be14d2a4fa1b70b382633e529a95b338c59fbd3f5c47ded96be"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/baguettelib.pw.toml"
|
||||
hash = "cc360d86f76e729d3ebb7384cfbc933d8ffba694ba91360edeb846d61d14e561"
|
||||
@ -1636,7 +1643,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/joy-of-painting.pw.toml"
|
||||
hash = "0b8f9597082c8ed5efab588d7c41669746aea9bc10b1f26f5ab2bb4cff446b4d"
|
||||
hash = "9716ee57eafad7374a2b09b5b57f2dff2b396782e2907c58d521617354d51fe4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
||||
@ -1,13 +0,0 @@
|
||||
name = "Copper Age Backport"
|
||||
filename = "copperagebackport-neoforge-1.21.1-0.1.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/a1llHwl4/versions/JEPUV1lF/copperagebackport-neoforge-1.21.1-0.1.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "16b232857d9319d57ff5f0b739d23507c6f7e576199d4167a933d0505967c854def97c09020c1d9f27deff8c45e063a03e29c001a838fb43518e03562fc5ff95"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "a1llHwl4"
|
||||
version = "JEPUV1lF"
|
||||
@ -1,13 +1,13 @@
|
||||
name = "Joy of Painting"
|
||||
filename = "xercapaint-1.21.1-1.1.0.jar"
|
||||
filename = "xercapaint-1.21.1-2.0.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/YOs4tZea/versions/bmbePf3v/xercapaint-1.21.1-1.1.0.jar"
|
||||
url = "https://cdn.modrinth.com/data/YOs4tZea/versions/ktoYDrKP/xercapaint-1.21.1-2.0.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "e44cc982a7771e1a13ae347d0f9ff4e7d22e3cb9636b211f624ff9fa1ce8b34a59baa69b7c75bd5454dbafe411fc4a082b2837b6b22a39832dfec661773e17f5"
|
||||
hash = "35f4cb66c865c03047787687fc02536cc8ae926594b4caeb21165fe8520a91b017a9faeb50e811c2af14ea8ab26ce0e8aa757235e6bd0d4c95641465bd76d8b5"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "YOs4tZea"
|
||||
version = "bmbePf3v"
|
||||
version = "ktoYDrKP"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user