mod更新

添加光影
This commit is contained in:
2023-09-23 17:03:35 +08:00
parent 6c5b6a4601
commit 9bc5e97559
74 changed files with 405 additions and 338 deletions

View File

@@ -75,10 +75,10 @@
(The first relation to be found for the target will be applied.)
*/
"player_relations": {
"minecraft:player": "NEUTRAL",
"minecraft:iron_golem": "NEUTRAL",
"minecraft:villager": "NEUTRAL",
"guardvillagers:guard": "NEUTRAL",
"minecraft:player": "NEUTRAL"
"guardvillagers:guard": "NEUTRAL"
},
// Relation to unspecified entities those are instance of PassiveEntity(Yarn)
"player_relation_to_passives": "HOSTILE",

View File

@@ -89,6 +89,9 @@
#Lava bomb's Radius
#Range: 1 ~ 7
Lavabombradius = 2
#Amethyst Cluster's Damage
#Range: 0.0 ~ 1000000.0
"Amethyst Cluster Damage" = 12.0
["Ender Guardian"]
#EnderGuardian's Health Multiplier
@@ -295,4 +298,18 @@
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
DeeplingAnglerSpawnRolls = 30
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
AmethystCrabSpawnWeight = 1
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
AmethystCrabSpawnRolls = 100
["Amethyst Crab"]
#Amethyst Crab's Health Multiplier
#Range: 0.0 ~ 1000000.0
AmethystCrabHealthMultiplier = 1.0
#Amethyst Crab's Damage Multiplier
#Range: 0.0 ~ 1000000.0
AmethystCrabDamageMultiplier = 1.0

View File

@@ -0,0 +1,11 @@
{
"biomes": [
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:lush_caves"
}
]
]
}

View File

@@ -20,4 +20,6 @@
ITEM_RARITY_BACKGROUND_TYPE = "FULL"
#Allowed Values: RPG, NONE
PLAYER_GUI_TYPE = "RPG"
#Range: 1.0E-6 ~ 1.0
SKILL_TREE_ZOOM_SPEED = 0.15

View File

@@ -1,8 +1,8 @@
#This file stores configuration options for Iris, such as the currently active shaderpack
#Tue Sep 12 13:17:43 CST 2023
#Sat Sep 23 14:59:14 CST 2023
colorSpace=SRGB
disableUpdateMessage=false
enableDebugOptions=false
maxShadowRenderDistance=32
shaderPack=
shaderPack=BSL_v8.2.05.zip
enableShaders=true

View File

@@ -1 +1 @@
{"UUID":"0000000000003007998FFD40182613AF","shownHints":["text.rei.hint.input.methods"]}
{"UUID":"a292c9fcfe064311b918bbcea40ef073","shownHints":[]}

View File

@@ -1,2 +1,2 @@
#Pinyin Options
#Fri Sep 15 21:59:39 CST 2023
#Sat Sep 23 14:50:00 CST 2023

View File

@@ -1,3 +1,3 @@
#Double Pinyin Options
#Fri Sep 15 21:59:39 CST 2023
#Sat Sep 23 14:50:00 CST 2023
Converter=sougou

View File

@@ -5,18 +5,19 @@
"enable_vignette": true
},
"advanced": {
"arena_memory_allocator": "ASYNC",
"allow_direct_memory_access": true,
"enable_memory_tracing": false,
"use_advanced_staging_buffers": true,
"cpu_render_ahead_limit": 3
},
"performance": {
"chunk_builder_threads": 0,
"always_defer_chunk_updates_v2": true,
"always_defer_chunk_updates": false,
"animate_only_visible_textures": true,
"use_entity_culling": true,
"use_fog_occlusion": true,
"use_block_face_culling": true,
"use_no_error_g_l_context": true
"use_block_face_culling": true
},
"notifications": {
"hide_donation_button": true

View File

@@ -52,6 +52,7 @@
"alexsmobs:spawn_egg_tasma": 1,
"alexsmobs:spawn_egg_w": 1,
"alexsmobs:spawn_egg_wa": 1,
"cataclysm:amethyst_crab": 0,
"cataclysm:coralssus": 1,
"cataclysm:deepling": 1,
"cataclysm:deepling_angler": 1,

View File

@@ -124,8 +124,6 @@
[client]
#If enabled, the text overlay on waystones will no longer always render at full brightness.
disableTextGlow = false
#If enabled, activated waystones will not emit particles.
disableParticles = false
[compatibility]
#If enabled, JourneyMap waypoints will be created for each activated waystone.

View File

@@ -6,6 +6,7 @@ differentiateByServerAddress:true
debugEntityIcons:false
debugEntityVariantIds:false
radarHideInvisibleEntities:true
allowInternetAccess:true
#INGAME SETTINGS (DO NOT EDIT!)
updateNotification:false
minimap:true

View File

@@ -10,8 +10,8 @@
"name": "gui.xaero_entity_category_root",
"protection": true,
"settingOverrides": {
"displayHeight": 0.0,
"displayed": true,
"displayHeight": 0.0,
"heightBasedFade": true,
"renderOrder": 0.0,
"color": 13.0,
@@ -22,8 +22,8 @@
"dotSize": 2.0,
"renderOverMinimapFrame": 1.0,
"icons": 2.0,
"names": 0.0,
"heightLimit": 20.0,
"names": 0.0,
"iconScale": 1.0
},
"subCategories": [

View File

@@ -1,5 +1,6 @@
ignoreUpdate:166
updateNotification:true
allowInternetAccess:true
differentiateByServerAddress:true
caveMapsAllowed:true
debug:false