update: automodpack
This commit is contained in:
67
minecraft/config/vanillabackport-common.toml
Normal file
67
minecraft/config/vanillabackport-common.toml
Normal file
@@ -0,0 +1,67 @@
|
||||
|
||||
["Bundles of Bravery"]
|
||||
#toggle the updated controls and UI for bundles
|
||||
has_updated_bundles = true
|
||||
#allow bundles to appear on chests at villages
|
||||
bundle_loot = true
|
||||
|
||||
["The Garden Awakens"]
|
||||
#creaking heart trail particle color (gray by default)
|
||||
creaking_particle_color = 6250335
|
||||
#allow resin to be obtainable from creaking hearts
|
||||
resin = true
|
||||
#creaking heart trail particle reverse color (orange by default)
|
||||
creaking_particle_reverse_color = 16545810
|
||||
#allow features from 'The Garden Awakens' to be obtainable through wandering traders
|
||||
pale_trades = true
|
||||
#allow the pale garden to generate in the overworld
|
||||
pale_garden = true
|
||||
#allow resin to appear on chests at woodland mansions
|
||||
resin_loot = true
|
||||
#allow creakings to spawn from creaking hearts
|
||||
creaking = true
|
||||
|
||||
["Spring to Life"]
|
||||
#allow lodestones to appear on chests at ruined portals
|
||||
lodestone_loot = true
|
||||
#allow wolfs to have variants for their sounds
|
||||
wolf_sound_variants = true
|
||||
#allow cactus flowers to generate
|
||||
cactus_flowers = true
|
||||
#allow dry grass to generate in the overworld
|
||||
dry_grass = true
|
||||
#allow wildflowers to generate in the overworld
|
||||
wildflowers = true
|
||||
#allow features from 'Spring to Life' to be obtainable through wandering traders
|
||||
spring_trades = true
|
||||
#allow camels to spawn outside of villages
|
||||
camel_spawns = true
|
||||
#allow bushes to generate in the overworld
|
||||
bushes = true
|
||||
#allow fallen trees to generate in the overworld
|
||||
fallen_trees = true
|
||||
#allow firefly bushes to generate in the overworld
|
||||
firefly_bushes = true
|
||||
#allow variants for pigs, cows and chickens to generate
|
||||
farm_animal_variants = true
|
||||
#allow leaf litter to generate in the overworld
|
||||
leaf_litter = true
|
||||
|
||||
["Chase the Skies"]
|
||||
#toggle whether leashes drop their connections when boosting with a firework rocket
|
||||
leash_drop_connections = true
|
||||
#apply a modifier to the speed of happy ghasts when ridden, 1.0 is default speed
|
||||
happy_ghast_speed_modifier = 1.0
|
||||
#allow dried ghasts to be obtainable through nether fossils and piglin bartering
|
||||
dried_ghasts = true
|
||||
#allows ghasts drop the tears music disc
|
||||
tears_music_disc = true
|
||||
|
||||
["Hot as Lava"]
|
||||
#allows chicken jockeys to drop the lava chicken music disc
|
||||
lava_chicken_music_disc = true
|
||||
|
||||
[Debug]
|
||||
#toggle debug features
|
||||
debug = true
|
||||
|
||||
Reference in New Issue
Block a user