removed benate, player anim. add pressure. some more mob sizes, finally configured some spawn restrictions.

This commit is contained in:
2025-06-02 14:00:09 -05:00
parent 9a052ad35c
commit 301316320c
12 changed files with 369 additions and 85 deletions

View File

@ -1,17 +0,0 @@
{
"shotgun_damage": 25.0,
"americandirtdevil_health": 12.0,
"americandirtdevil_exp": 2,
"americandirtdevil_damage": 3,
"americandirtdevil_ram_damage": 8,
"americangraboid_health": 80.0,
"americangraboid_armor": 5,
"americangraboid_exp": 10,
"americangraboid_damage": 6,
"americanshreiker_health": 20.0,
"americanshreiker_exp": 4,
"americanshreiker_damage": 6,
"americanblaster_health": 40.0,
"americanblaster_exp": 8,
"americanblaster_damage": 8
}

View File

@ -517,17 +517,6 @@
"value": 10000 "value": 10000
} }
}, },
"irons_spellbooks:max_mana": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1000000,
"value": 1000000
}
},
"ars_nouveau:ars_nouveau.perk.warding": { "ars_nouveau:ars_nouveau.perk.warding": {
"enabled": false, "enabled": false,
"min": { "min": {
@ -539,6 +528,17 @@
"value": 1024 "value": 1024
} }
}, },
"irons_spellbooks:max_mana": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1000000,
"value": 1000000
}
},
"minecraft:generic.knockback_resistance": { "minecraft:generic.knockback_resistance": {
"enabled": true, "enabled": true,
"min": { "min": {
@ -704,17 +704,6 @@
"value": 10000 "value": 10000
} }
}, },
"irons_spellbooks:summon_damage": {
"enabled": false,
"min": {
"default": -100,
"value": -100
},
"max": {
"default": 100,
"value": 100
}
},
"ars_nouveau:ars_nouveau.perk.saturation": { "ars_nouveau:ars_nouveau.perk.saturation": {
"enabled": false, "enabled": false,
"min": { "min": {
@ -726,6 +715,17 @@
"value": 10000 "value": 10000
} }
}, },
"irons_spellbooks:summon_damage": {
"enabled": false,
"min": {
"default": -100,
"value": -100
},
"max": {
"default": 100,
"value": 100
}
},
"irons_spellbooks:eldritch_spell_power": { "irons_spellbooks:eldritch_spell_power": {
"enabled": false, "enabled": false,
"min": { "min": {
@ -1056,17 +1056,6 @@
"value": 4 "value": 4
} }
}, },
"irons_spellbooks:ender_magic_resist": {
"enabled": false,
"min": {
"default": -100,
"value": -100
},
"max": {
"default": 100,
"value": 100
}
},
"ars_nouveau:ars_nouveau.perk.feather": { "ars_nouveau:ars_nouveau.perk.feather": {
"enabled": false, "enabled": false,
"min": { "min": {
@ -1078,6 +1067,17 @@
"value": 1 "value": 1
} }
}, },
"irons_spellbooks:ender_magic_resist": {
"enabled": false,
"min": {
"default": -100,
"value": -100
},
"max": {
"default": 100,
"value": 100
}
},
"minecraft:generic.armor": { "minecraft:generic.armor": {
"enabled": true, "enabled": true,
"min": { "min": {

View File

@ -1 +1,7 @@
[] [
{
"mod":["alexscaves","alexsmobs","aquamirae","arphex","betterend","betternether","born_in_chaos_v1","cataclysm","darkwaters","darwiniv","ender_wyrmlings","iceandfire","ihfr","legendary_monsters","man","minecraft","os","rats","spore","sweet_calamity","thalassophobia","the_deep_void","undead_unleashed","under_the_moon","undergarden","zoniex"],
"player":false,
"removeall":true
}
]

View File

@ -1,10 +1,19 @@
[ [
{ {
"mod": "organisorium", "mod": ["os","man","spore","thalassophobia","darkwaters"],
"spawner": false, "spawner": false,
"incontrol": false, "incontrol": false,
"result": "deny" "result": "deny"
} },
{
"mod":["alexscaves","alexsmobs","aquamirae","arphex","betterend","betternether","born_in_chaos_v1","cataclysm","darkwaters","darwiniv","ender_wyrmlings","iceandfire","ihfr","legendary_monsters","man","os","rats","spore","sweet_calamity","thalassophobia","the_deep_void","undead_unleashed","under_the_moon","undergarden","zoniex"],
"spawner":false,
"mincount":{
"amount":250,
"mob":"all"
},
"result":"deny"
},
{ {
"mod": "os", "mod": "os",
"spawner": false, "spawner": false,
@ -17,5 +26,11 @@
"seesky": true, "seesky": true,
"notcolliding":true, "notcolliding":true,
"result": "allow" "result": "allow"
},
{
"mod":"thalassophobia",
"spawner":false,
"dimension":"oceanworld:deepsea",
"result":"allow"
} }
] ]

View File

@ -1,13 +1,276 @@
[ [
{ {
"mod":"organisorium", "mob":[
"os:actual_carcass",
"os:ambiant_grabber",
"os:bothriechis",
"os:brute",
"os:cracked_axolotl",
"os:decelluralized_carcass_corpse",
"os:deformed",
"os:glutton",
"os:harvester_drone",
"os:horder",
"os:incomplete_animal_form",
"os:incomplete_form",
"os:incomplete_monster_form",
"os:infected_sheep",
"os:kidnapper",
"os:maw",
"os:peac_keeper_biohybrid",
"os:reanimated_chicken",
"os:reanimated_cod",
"os:reanimated_cow",
"os:reanimated_drowned",
"os:reanimated_horse",
"os:reanimated_human",
"os:reanimated_human_corpse",
"os:reanimated_human_weak",
"os:reanimated_pig",
"os:reanimated_polar_bear",
"os:reanimated_salmon",
"os:reanimated_squid",
"os:reanimated_villager",
"os:reanimated_wolf",
"os:sea_crawler",
"os:shattered_bee",
"os:shattered_iron_golem",
"os:stuffed_reanimated_scientist",
"os:the_molten",
"os:the_twins",
"os:unidentifyable_incomplete_form",
"os:vermin_male",
"os:water_mob_phase_spawn"],
"persecond":0.5, "persecond":0.5,
"conditions":{ "conditions":{
"maxthis":25, "maxthis":50,
"mindist":60,
"dimension":"ihfr:the_carnage", "dimension":"ihfr:the_carnage",
"and":{ "and":{
"seesky":true "seesky":true
} }
} }
},
{
"mob":[
"thalassophobia:colossoteus",
"thalassophobia:mosasaur",
"thalassophobia:reaverfish",
"thalassophobia:tusoteuthis",
"thalassophobia:xiphactinus",
"darkwaters:miraid"],
"persecond":0.001,
"conditions": {
"dimension":"oceanworld:deepsea",
"norestrictions":true,
"inwater": true,
"mindist":60,
"maxdist":100,
"maxthis": 2
}
},
{
"mob":[
"thalassophobia:ammonita",
"thalassophobia:anglerfish",
"thalassophobia:archelon",
"thalassophobia:baby_colossoteus",
"thalassophobia:dunkleosteus",
"thalassophobia:megalodon",
"thalassophobia:plesiosaur",
"thalassophobia:reaverfish",
"darkwaters:craeken",
"darkwaters:manaraw",
"darkwaters:sight_hunter"],
"persecond":0.05,
"conditions": {
"dimension":"oceanworld:deepsea",
"norestrictions":true,
"inwater": true,
"mindist":60,
"maxdist":100,
"maxthis": 8
}
},
{
"mob":[
"thalassophobia:ammonita",
"thalassophobia:anglerfish",
"thalassophobia:dunkleosteus",
"thalassophobia:electrophorus",
"thalassophobia:maka_maka_swim",
"thalassophobia:manta",
"thalassophobia:megastar",
"thalassophobia:riffhead",
"thalassophobia:sea_bird",
"thalassophobia:shark",
"thalassophobia:sunfish",
"thalassophobia:xiphactinus"],
"conditions": {
"dimension":"oceanworld:deepsea",
"norestrictions":true,
"inwater": true,
"mindist":60,
"maxdist":100,
"maxthis": 20
}
},
{
"mob":[
"thalassophobia:bathotrap",
"thalassophobia:crab",
"thalassophobia:maka_maka",
"thalassophobia:sea_sludge"],
"conditions": {
"dimension":"oceanworld:deepsea",
"validspawn":true,
"mindist":60,
"maxdist":100,
"maxthis": 20
}
},
{
"mob":"thalassophobia:cnidaria",
"amount":{
"minimum":5,
"maximum":10,
"groupdistance":0.01
},
"conditions": {
"dimension":"oceanworld:deepsea",
"norestrictions":true,
"inwater": true,
"mindist":60,
"maxdist":100,
"maxthis": 20
}
},
{
"mob":"thalassophobia:eurypterid",
"amount":{
"minimum":2,
"maximum":5,
"groupdistance":0.01
},
"conditions": {
"dimension":"oceanworld:deepsea",
"norestrictions":true,
"inwater": true,
"mindist":60,
"maxdist":100,
"maxthis": 10
}
},
{
"mob":"thalassophobia:gulper_eel",
"amount":{
"minimum":2,
"maximum":5,
"groupdistance":0.01
},
"conditions": {
"dimension":"oceanworld:deepsea",
"norestrictions":true,
"inwater": true,
"mindist":60,
"maxdist":100,
"maxthis": 10
}
},
{
"mob":"thalassophobia:megapiranha",
"amount":{
"minimum":5,
"maximum":7,
"groupdistance":0.01
},
"conditions": {
"dimension":"oceanworld:deepsea",
"norestrictions":true,
"inwater": true,
"mindist":60,
"maxdist":100,
"maxthis": 15
}
},
{
"mob":"thalassophobia:vertebrat",
"amount":{
"minimum":2,
"maximum":5,
"groupdistance":0.01
},
"conditions": {
"dimension":"oceanworld:deepsea",
"norestrictions":true,
"inwater": true,
"mindist":60,
"maxdist":100,
"maxthis": 10
}
},
{
"mob":"thalassophobia:zapfin",
"amount":{
"minimum":5,
"maximum":7,
"groupdistance":0.01
},
"conditions": {
"dimension":"oceanworld:deepsea",
"norestrictions":true,
"inwater": true,
"mindist":60,
"maxdist":100,
"maxthis": 15
}
},
{
"mob":"darkwaters:aberration",
"amount":{
"minimum":2,
"maximum":3,
"groupdistance":0.01
},
"conditions": {
"dimension":"oceanworld:deepsea",
"norestrictions":true,
"inwater": true,
"mindist":60,
"maxdist":100,
"maxthis": 5
}
},
{
"mob":"darkwaters:mohast",
"amount":{
"minimum":2,
"maximum":3,
"groupdistance":0.01
},
"conditions": {
"dimension":"oceanworld:deepsea",
"norestrictions":true,
"inwater": true,
"mindist":60,
"maxdist":100,
"maxthis": 5
}
},
{
"mob":"thalassophobia:panderodus",
"amount":{
"minimum":5,
"maximum":7,
"groupdistance":0.01
},
"conditions": {
"dimension":"oceanworld:deepsea",
"norestrictions":true,
"inwater": true,
"mindist":60,
"maxdist":100,
"maxthis": 15
}
} }
] ]

View File

@ -79,32 +79,25 @@
"scale_damage": "normal", "scale_damage": "normal",
"scale_speed": "normal" "scale_speed": "normal"
}, },
"alexscaves:tremorzilla": { "os:the_molten": {
"type": "static", "type": "static",
"scaling": 5.0, "scaling": 5.0,
"scale_loot": true, "scaling": 10.0,
"scale_xp": true, "scale_loot": false,
"scale_xp": false,
"scale_health": "normal", "scale_health": "normal",
"scale_damage": "normal", "scale_damage": "normal",
"scale_speed": "normal" "scale_speed": "normal"
}, },
"arphex:spider_brood": { "the_deep_void:wanderer": {
"type": "static", "type": "static",
"scaling": 10.0, "scaling": 1.5,
"scale_loot": true,
"scale_xp": true,
"scale_health": "normal",
"scale_damage": "normal",
"scale_speed": "normal"
}
"arphex:spider_larvae_tiny": {
"type": "static",
"scaling": 10.0,
"scale_loot": true, "scale_loot": true,
"scale_xp": true, "scale_xp": true,
"scale_health": "normal", "scale_health": "normal",
"scale_damage": "normal", "scale_damage": "normal",
"scale_speed": "normal" "scale_speed": "normal"
"scale_speed": "none"
} }
} }
} }

View File

@ -25,6 +25,15 @@
"scale_damage": "normal", "scale_damage": "normal",
"scale_speed": "none" "scale_speed": "none"
}, },
"thalassophobia:colossoteus": {
"type": "static",
"scaling": 2.0,
"scale_loot": false,
"scale_xp": false,
"scale_health": "normal",
"scale_damage": "normal",
"scale_speed": "square"
},
"born_in_chaos_v1:felsteed": { "born_in_chaos_v1:felsteed": {
"type": "static", "type": "static",
"scaling": 1.3, "scaling": 1.3,
@ -72,13 +81,31 @@
}, },
"magma_monsters:magma_monster": { "magma_monsters:magma_monster": {
"type": "static", "type": "static",
"scaling": 3.0, "scaling": 10.0,
"scale_loot": true, "scale_loot": true,
"scale_xp": true, "scale_xp": true,
"scale_health": "normal", "scale_health": "normal",
"scale_damage": "normal", "scale_damage": "normal",
"scale_speed": "normal" "scale_speed": "normal"
}, },
"arphex:spider_lurker": {
"type": "static",
"scaling": 3.0,
"scale_loot": false,
"scale_xp": false,
"scale_health": "normal",
"scale_damage": "normal",
"scale_speed": "none"
},
"thalassophobia:sunfish": {
"type": "static",
"scaling": 5.0,
"scale_loot": false,
"scale_xp": false,
"scale_health": "normal",
"scale_damage": "normal",
"scale_speed": "none"
},
"os:the_molten": { "os:the_molten": {
"type": "static", "type": "static",
"scaling": 10.0, "scaling": 10.0,

View File

@ -5,10 +5,10 @@
[sanity] [sanity]
#For balancing purposes: the effectiveness of all positive sanity sources will be multiplied by this number #For balancing purposes: the effectiveness of all positive sanity sources will be multiplied by this number
#Range: 1.401298464324817E-45 ~ 3.4028234663852886E38 #Range: 1.401298464324817E-45 ~ 3.4028234663852886E38
positive_multiplier = 1.2 positive_multiplier = 1.5
#For balancing purposes: the effectiveness of all negative sanity sources will be multiplied by this number #For balancing purposes: the effectiveness of all negative sanity sources will be multiplied by this number
#Range: 1.401298464324817E-45 ~ 3.4028234663852886E38 #Range: 1.401298464324817E-45 ~ 3.4028234663852886E38
negative_multiplier = 8.0 negative_multiplier = 1.5
#Configuration for passive sanity sources #Configuration for passive sanity sources
[sanity.passive] [sanity.passive]

View File

@ -1,16 +1,16 @@
# Simple Voice Chat client config v1.20.1-2.5.30 # Simple Voice Chat client config v1.20.1-2.5.30
# If the voice chat onboarding process has been finished # If the voice chat onboarding process has been finished
onboarding_finished=false onboarding_finished=true
# The voice chat volume # The voice chat volume
voice_chat_volume=1.0 voice_chat_volume=1.0
# The threshold for the voice activation method (in dB) # The threshold for the voice activation method (in dB)
voice_activation_threshold=-50.0 voice_activation_threshold=-34.95074189231737
# The voice chat microphone amplification # The voice chat microphone amplification
microphone_amplification=1.0 microphone_amplification=1.0
# The microphone activation method # The microphone activation method
# Valid values are 'PTT' and 'VOICE' # Valid values are 'PTT' and 'VOICE'
microphone_activation_type=PTT microphone_activation_type=VOICE
# The size of the audio output buffer (in packets) # The size of the audio output buffer (in packets)
# Higher values mean a higher latency but less crackling # Higher values mean a higher latency but less crackling
# Increase this value if you have an unstable internet connection # Increase this value if you have an unstable internet connection
@ -24,12 +24,12 @@ audio_packet_threshold=3
voice_deactivation_delay=25 voice_deactivation_delay=25
# The microphone used by the voice chat # The microphone used by the voice chat
# Leave blank to use the default device # Leave blank to use the default device
microphone= microphone=OpenAL Soft on Microphone (High Definition Audio Device)
# The speaker used by the voice chat # The speaker used by the voice chat
# Leave blank to use the default device # Leave blank to use the default device
speaker= speaker=OpenAL Soft on Speakers (High Definition Audio Device)
# If the microphone is muted (only relevant for the voice activation method) # If the microphone is muted (only relevant for the voice activation method)
muted=true muted=false
# If the voice chat is disabled (both sound and microphone off) # If the voice chat is disabled (both sound and microphone off)
disabled=false disabled=false
# If the voice chat HUD, group chat HUD, and other in-game icons should be hidden # If the voice chat HUD, group chat HUD, and other in-game icons should be hidden
@ -64,7 +64,7 @@ recording_destination=
# 0 = highest quality, 9 = lowest quality # 0 = highest quality, 9 = lowest quality
recording_quality=2 recording_quality=2
# If noise suppression should be enabled # If noise suppression should be enabled
denoiser=false denoiser=true
# If the voice chat should work in singleplayer or in worlds shared over LAN # If the voice chat should work in singleplayer or in worlds shared over LAN
run_local_server=true run_local_server=true
# Whether to use the Java implementation of microphone capture instead of OpenAL # Whether to use the Java implementation of microphone capture instead of OpenAL

Binary file not shown.

Binary file not shown.