Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
skyraah committed Sep 13, 2024
1 parent 4f9ef79 commit 3140f52
Show file tree
Hide file tree
Showing 45 changed files with 2,193 additions and 952 deletions.
13 changes: 13 additions & 0 deletions config/Hexerei-client.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#Dynamic light toggle
dynamic_light_toggle = false
#Light level an entity should emit when dynamic lights are on
#Example entry: minecraft:blaze=15
entity_lights = ["minecraft:blaze=10", "minecraft:magma_cube=8", "minecraft:spectral_arrow=8"]
#Light level an item should emit when held when dynamic lights are on
#Example entry: minecraft:stick=15
item_lights = ["hexerei:moon_dust=8", "minecraft:redstone_torch=10", "minecraft:soul_lantern=12", "minecraft:glow_ink_sac=10", "minecraft:verdant_froglight=15", "minecraft:blaze_rod=10", "minecraft:shroomlight=10", "minecraft:lantern=14", "minecraft:soul_torch=10", "minecraft:glow_berries=8", "minecraft:glowstone_dust=8", "minecraft:pearlescent_froglight=15", "minecraft:nether_star=14", "minecraft:glowstone=15", "minecraft:torch=14", "minecraft:ochre_froglight=15", "minecraft:lava_bucket=15"]

["List of Extra Fonts"]
#list of fonts that can be used, mainly for the book of shadows
font_list = ["minecraft:default", "hexerei:fancy", "hexerei:bloody", "hexerei:earth", "hexerei:seattle", "hexerei:medieval", "hexerei:augusta"]

50 changes: 50 additions & 0 deletions config/Hexerei-common.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@

["Herb Jar Settings"]
#Disabling allows jars to hold any item
jars_only_hold_herbs = true

["Sage Burning Plate Settings"]
#Range of the Sage Burning Plate, setting to 0 will disable completely
spawn_disable_range = 48

["Crow Pickpocket Cooldown"]
#time (in ticks) for crow being able to pickpocket again (base 1 minute 30 seconds)
crow_pickpocket_cooldown = 1800

["Broom Brush Durability"]
#broom brush durability
broom_brush_durability = 100

["Herb Enhanced Brush Durability"]
#Herb Enhanced brush durability
herb_enhanced_brush_durability = 200

["Moon Dust Brush Durability"]
#Moon Dust brush durability
moon_dust_brush_durability = 200

["Thruster Brush Durability"]
#thruster brush durability
thruster_brush_durability = 400

["Broom Waterproof Tip Durability"]
#Broom Waterproof Tip Durability
broom_waterproof_tip_durability = 800

["Broom Netherite Tip Durability"]
#Broom Netherite Tip Durability
broom_netherite_tip_durability = 200

["Sage Bundle Durability"]
#time (in ticks) for the sage bundle to burn out (default 3600 - 1 hour)
sage_bundle_durability = 3600

["Coffer Item Blacklist"]
#blacklists items from being placed inside of coffers
coffer_blacklist = ["minecraft:shulker_box", "minecraft:white_shulker_box", "minecraft:orange_shulker_box", "minecraft:magenta_shulker_box", "minecraft:light_blue_shulker_box", "minecraft:yellow_shulker_box", "minecraft:lime_shulker_box", "minecraft:pink_shulker_box", "minecraft:gray_shulker_box", "minecraft:light_gray_shulker_box", "minecraft:cyan_shulker_box", "minecraft:purple_shulker_box", "minecraft:blue_shulker_box", "minecraft:brown_shulker_box", "minecraft:green_shulker_box", "minecraft:red_shulker_box", "minecraft:black_shulker_box", "hexerei:coffer"]

["Biome Generation"]
#rarity of the willow swamp biome, 0 to disable
#Range: > 0
willow_swamp_rarity = 2

3 changes: 3 additions & 0 deletions config/abridged.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"frequency": 1.0
}
1,146 changes: 576 additions & 570 deletions config/alexsmobs.toml

Large diffs are not rendered by default.

16 changes: 12 additions & 4 deletions config/ambientsounds-client.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@
"ocean": 1,
"wind.light-wind": 1
},
"ocean_deep": {
"overall": 1,
"whale": 1
},
"plains": {
"overall": 1,
"cricket": 1,
Expand All @@ -145,6 +149,7 @@
"cicadas-desert": 1,
"cricket-warm-night": 1,
"wolf": 1,
"long-wolf": 1,
"bird-warm": 1
},
"sky": {
Expand All @@ -171,7 +176,8 @@
"overall": 1,
"cricket-swamp": 1,
"cricket-warm-night": 1,
"frog": 1
"frog": 1,
"mouring_dove": 1
},
"taiga": {
"overall": 1,
Expand Down Expand Up @@ -200,9 +206,11 @@
"bird_night": 1
},
"cicadas": 1,
"cricket": 1,
"cricket_day": 1,
"cricket_night": 1
"cricket": {
"cricket": 1,
"cricket_day": 1,
"cricket_night": 1
}
},
"cave": 1,
"weather": 1,
Expand Down
14 changes: 11 additions & 3 deletions config/amendments-client.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#Makes wall lantern use a simple block model instead of the animated tile entity renderer. This will make them render much faster but will also remove the animationNote that this option only affect lanterns close by as the one far away render as fast by default
fast_lanterns = false
#Size lanterns when held in hand
#Range: 0.0 ~ 1.0
#Range: 0.0 ~ 2.0
lantern_item_size = 0.625
#Gives a special animation to lanterns when held in hand
lantern_item_holding = true
Expand Down Expand Up @@ -76,11 +76,19 @@
[misc]
#Gives a special animation to torches when held in hand
torch_item_holding = true
#Gives a special animation to supplementaries candle holders when held in hand
handle_holder_item_holding = true
#Makes Torch and Lantern holding animation be fixed, not changing with player facing
fixed_holding_animations = false
#A scalar multiplier that will be applied to sign text making it brighter, supposedly more legible
#Range: 0.0 ~ 5.0
sign_text_color_multiplier = 1.2
#Size lanterns when held in hand
#Range: 0.0 ~ 2.0
torch_item_size = 1.0
#Gives a special animation to supplementaries candle holders when held in hand
candle_holder_item_holding = true
#Size lanterns when held in hand
#Range: 0.0 ~ 2.0
handle_holder_item_size = 0.625
#Prevents campfire smoke from rendering if there is a solid block above it
campfire_smoke_through_blocks = false

26 changes: 0 additions & 26 deletions config/betterfoliage-client.toml

This file was deleted.

4 changes: 4 additions & 0 deletions config/biomemusic.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"desc:": "Enables more varied music to be available for biomes, default = true",
"musicVariance": true
},
"smartMusic": {
"desc:": "Enables smart stopping of music, when the biome changes or player leaves a cave/water/night is over, default = true",
"smartMusic": true
},
"disableDefaultMusicInDimensions": {
"desc:": "Disables overworld music being played at random(rarely) in nether/end, default = true",
"disableDefaultMusicInDimensions": true
Expand Down
14 changes: 14 additions & 0 deletions config/bountiful/bountiful.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"boardUpdateFrequency": 45,
"boardGenFrequency": 2,
"flatBonusTimePerBounty": 0,
"shouldBountiesHaveTimersAndExpire": true,
"dataPackExclusions": [
"bounty_pools/bountiful/example_pool",
"bounty_pools/*/another_example",
"bounty_decrees/other/*"
],
"objectiveModifier": 0,
"maxNumRewards": 2,
"showCompletionToast": true
}
29 changes: 29 additions & 0 deletions config/champions-common.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

[general]
#The range from an active beacon where no champions will spawn (0 to disable)
#Range: 0 ~ 1000
beaconProtectionRange = 64
#Set to true to enable champions from mob spawners
championSpawners = false
#The minimum tier of champions that will have death messages sent out upon defeat (0 to disable)
#Range: > 0
deathMessageTier = 0
#A list of dimension names that are blacklisted/whitelisted for champions
dimensionList = []
#Set whether the dimension list is a blacklist or whitelist
#Allowed Values: BLACKLIST, WHITELIST
dimensionPermission = "BLACKLIST"
#A list of entities that are blacklisted/whitelisted for champions
entitiesList = []
#Set whether the entities list is a blacklist or whitelist
#Allowed Values: BLACKLIST, WHITELIST
entitiesPermission = "BLACKLIST"
#Set to true to show HUD display for champions, including health, affixes, and tier
showHud = true
#Set entity id (for example, ['minecraft:end_dragon', 'minecraft:creeper']) to hidden HUD display for champions, including health, affixes, and tier
bossBarBlackList = []
#Set to true to have champions generate a colored particle effect indicating their rank
showParticles = true
#Set to true to show champion tier and affixes in The One Probe overlay
enableTOPIntegration = true

75 changes: 75 additions & 0 deletions config/cristellib/minecraftED.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
/*
This config file makes it possible to switch off any Minecraft structure.
To disable a structure, simply set the value of that structure to "false".
To change the rarity of a structure category, use the other file in the folder.
*/
{
"igloos": {
"igloo": true
},
"desert_pyramids": {
"desert_pyramid": true
},
"end_cities": {
"end_city": true
},
"ocean_ruins": {
"ocean_ruin_cold": true,
"ocean_ruin_warm": true
},
"shipwrecks": {
"shipwreck": true,
"shipwreck_beached": true
},
"woodland_mansions": {
"mansion": true
},
"ancient_cities": {
"ancient_city": true
},
"buried_treasures": {
"buried_treasure": true
},
"villages": {
"village_plains": true,
"village_desert": true,
"village_savanna": true,
"village_snowy": true,
"village_taiga": true
},
"nether_complexes": {
"fortress": true,
"bastion_remnant": true
},
"ocean_monuments": {
"monument": true
},
"jungle_temples": {
"jungle_pyramid": true
},
"nether_fossils": {
"nether_fossil": true
},
"mineshafts": {
"mineshaft": true,
"mineshaft_mesa": true
},
"pillager_outposts": {
"pillager_outpost": true
},
"swamp_huts": {
"swamp_hut": true
},
"strongholds": {
"stronghold": true
},
"ruined_portals": {
"ruined_portal": true,
"ruined_portal_desert": true,
"ruined_portal_jungle": true,
"ruined_portal_swamp": true,
"ruined_portal_mountain": true,
"ruined_portal_ocean": true,
"ruined_portal_nether": true
}
}
Loading

0 comments on commit 3140f52

Please sign in to comment.