yung's better cool thing

This commit is contained in:
Hexugory 2024-05-26 00:07:29 -05:00
parent 88e1628717
commit 07c77e6895
4 changed files with 22 additions and 4 deletions

View File

@ -19,7 +19,7 @@
#Disable/Enable friendly fire for owned pets. #Disable/Enable friendly fire for owned pets.
FriendlyFire = false FriendlyFire = false
#Blacklist for pet you should't be able to give armor to. Pets from mods, which have custom armor already should be included here (for balancing reasons). #Blacklist for pet you should't be able to give armor to. Pets from mods, which have custom armor already should be included here (for balancing reasons).
"Pet Blacklist" = [] "Pet Blacklist" = ["touhou_little_maid"]
#Treat pet blacklist as whitelist #Treat pet blacklist as whitelist
"Pet Whitelist" = false "Pet Whitelist" = false
#Increase difficulty with time #Increase difficulty with time
@ -48,7 +48,7 @@
#[ATTRIBUTES, ARMOR, HELDITEMS, BLOCKBREAK, USEITEM, LADDER, STEAL, GUARDIAN, PARROT, TARGETVILLAGER, NEUTRALAGGRO] #[ATTRIBUTES, ARMOR, HELDITEMS, BLOCKBREAK, USEITEM, LADDER, STEAL, GUARDIAN, PARROT, TARGETVILLAGER, NEUTRALAGGRO]
#added here will disable that feature completely. #added here will disable that feature completely.
#E.g. ["GUARDIAN"] will disable the guardian feature #E.g. ["GUARDIAN"] will disable the guardian feature
"Flag Blacklist" = [] "Flag Blacklist" = ["NEUTRALAGGRO"]
#Treat ATTRIBUTES flags as whitelist #Treat ATTRIBUTES flags as whitelist
"Attribute Whitelist" = false "Attribute Whitelist" = false
#Treat ARMOR flags as whitelist #Treat ARMOR flags as whitelist

View File

@ -118,7 +118,7 @@ hash = "d8345be5288253ef772361cf11593002bef16b4fa0974f73950e8f60ac7c845a"
[[files]] [[files]]
file = "config/improvedmobs/common.toml" file = "config/improvedmobs/common.toml"
hash = "4a87e2fe7307b21f028e9ed5352256c4d47b176fd618b88cf6ba7a09ffd48025" hash = "c9917db8c3c8256b28a709f3a2c062f76002033d0cd99d27ef8c580385421a70"
[[files]] [[files]]
file = "config/improvedmobs/equipment.json" file = "config/improvedmobs/equipment.json"
@ -852,6 +852,11 @@ file = "mods/yungs-api.pw.toml"
hash = "b61abb40b16c046f95274f3012761aa2137401a8418fe6d0267ea912ea273a2a" hash = "b61abb40b16c046f95274f3012761aa2137401a8418fe6d0267ea912ea273a2a"
metafile = true metafile = true
[[files]]
file = "mods/yungs-better-end-island.pw.toml"
hash = "4163e7e637b586c3d1f56859a41986f712752e461ab48432ee19274201f6ac26"
metafile = true
[[files]] [[files]]
file = "shaderpacks/insanity-shader.pw.toml" file = "shaderpacks/insanity-shader.pw.toml"
hash = "d39ae76a436a631d62288769d1158b14e7d41d1cf6861c21e1053d3904ca4b77" hash = "d39ae76a436a631d62288769d1158b14e7d41d1cf6861c21e1053d3904ca4b77"

View File

@ -0,0 +1,13 @@
name = "YUNG's Better End Island"
filename = "YungsBetterEndIsland-1.19.2-Forge-1.0.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/2BwBOmBQ/versions/AX0UDNyo/YungsBetterEndIsland-1.19.2-Forge-1.0.jar"
hash-format = "sha1"
hash = "20d6905ae07c56b8da267b7c8fe126d7a8892693"
[update]
[update.modrinth]
mod-id = "2BwBOmBQ"
version = "AX0UDNyo"

View File

@ -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 = "cd9fd90776c0b5bfd99ed03ae0a118ff85b03a722880c8a78e1d0ba838eb1f28" hash = "f4a6213b662b884e464fd21008bdd6877e16fb0b769448d876f190996fb8cba8"
[versions] [versions]
forge = "43.3.13" forge = "43.3.13"