commit #2
This commit is contained in:
parent
ddb280df64
commit
91f862a2ed
24 changed files with 1027 additions and 37 deletions
29
visum/config/Adorn.json5
Normal file
29
visum/config/Adorn.json5
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
// Client-side settings
|
||||||
|
"client": {
|
||||||
|
// If true, floating tooltips are shown above trading stations.
|
||||||
|
"showTradingStationTooltips": true,
|
||||||
|
// If true, Adorn items will also be shown in matching vanilla item tabs.
|
||||||
|
"showItemsInStandardGroups": true
|
||||||
|
},
|
||||||
|
// Default values for game rules in new worlds
|
||||||
|
"gameRuleDefaults": {
|
||||||
|
// If true, sleeping on sofas can skip the night.
|
||||||
|
"skipNightOnSofas": true,
|
||||||
|
// If true, kitchen sinks are infinite sources for infinite fluids.
|
||||||
|
"infiniteKitchenSinks": true
|
||||||
|
},
|
||||||
|
// Mod compatibility toggles (enabled: true, disabled: false)
|
||||||
|
"compat": {
|
||||||
|
"byg": true,
|
||||||
|
"traverse": true,
|
||||||
|
"terrestria": true,
|
||||||
|
"cinderscapes": true,
|
||||||
|
"blockus": true,
|
||||||
|
"promenade": true,
|
||||||
|
"woods_and_mires": true,
|
||||||
|
"towelette": true,
|
||||||
|
"biomemakeover": true,
|
||||||
|
"techreborn": true
|
||||||
|
}
|
||||||
|
}
|
22
visum/config/appleskin.json5
Normal file
22
visum/config/appleskin.json5
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
// If true, shows the hunger and saturation values of food in its tooltip while holding SHIFT
|
||||||
|
"showFoodValuesInTooltip": false, //HORIZR
|
||||||
|
// If true, shows the hunger and saturation values of food in its tooltip automatically (without needing to hold SHIFT)
|
||||||
|
"showFoodValuesInTooltipAlways": false, //HORIZR
|
||||||
|
// If true, shows your current saturation level overlayed on the hunger bar
|
||||||
|
"showSaturationHudOverlay": true,
|
||||||
|
// If true, shows the hunger (and saturation if showSaturationHudOverlay is true) that would be restored by food you are currently holding
|
||||||
|
"showFoodValuesHudOverlay": true,
|
||||||
|
// If true, enables the hunger/saturation/health overlays for food in your off-hand
|
||||||
|
"showFoodValuesHudOverlayWhenOffhand": true,
|
||||||
|
// If true, shows your food exhaustion as a progress bar behind the hunger bar
|
||||||
|
"showFoodExhaustionHudUnderlay": true,
|
||||||
|
// If true, shows estimated health restored by food on the health bar
|
||||||
|
"showFoodHealthHudOverlay": true,
|
||||||
|
// If true, shows your hunger, saturation, and exhaustion level in Debug Screen
|
||||||
|
"showFoodDebugInfo": true,
|
||||||
|
// If true, health/hunger overlay will shake to match Minecraft's icon animations
|
||||||
|
"showVanillaAnimationsOverlay": true,
|
||||||
|
// Alpha value of the flashing icons at their most visible point (1.0 = fully opaque, 0.0 = fully transparent)
|
||||||
|
"maxHudOverlayFlashAlpha": 0.6499999761581421
|
||||||
|
}
|
438
visum/config/charm.toml
Normal file
438
visum/config/charm.toml
Normal file
|
@ -0,0 +1,438 @@
|
||||||
|
#Aerial Affinity is a boots enchantment that increases mining rate when not on the ground.
|
||||||
|
"AerialAffinityEnchantment Enabled" = true
|
||||||
|
#Allows anvil repair of items with repair cost 39 or more.
|
||||||
|
"AllowTooExpensive Enabled" = true
|
||||||
|
#Place a block of amethyst under a note block to play its placement sound.
|
||||||
|
"AmethystNoteBlock Enabled" = true
|
||||||
|
#Storage for maps that automatically updates the displayed map as you explore.
|
||||||
|
"Atlases Enabled" = true
|
||||||
|
#Refills your hotbar from your inventory.
|
||||||
|
"AutoRestock Enabled" = true
|
||||||
|
#Unlocks all vanilla recipes.
|
||||||
|
"AutomaticRecipeUnlock Enabled" = true
|
||||||
|
#Azalea wood is obtainable from naturally occurring azalea trees or by growing azalea saplings.
|
||||||
|
"AzaleaWood Enabled" = true
|
||||||
|
#Right-click a bat with a bucket to capture it. Right-click again to release it and locate entities around you.
|
||||||
|
"BatBuckets Enabled" = true
|
||||||
|
#Passive and friendly mobs will heal themselves within range of a beacon with the regeneration effect.
|
||||||
|
"BeaconsHealMobs Enabled" = true
|
||||||
|
#Beekeepers are villagers that trade beekeeping items. Their job site is the beehive.
|
||||||
|
"Beekeepers Enabled" = true
|
||||||
|
#Ender pearl storage. A silverfish will be converted to an endermite upon touching an ender pearl block.
|
||||||
|
#Eating a chorus fruit will teleport you to the nearest ender pearl block.
|
||||||
|
"BlockOfEnderPearls Enabled" = true
|
||||||
|
#A storage block for gunpowder. It obeys gravity and dissolves in lava.
|
||||||
|
"BlockOfGunpowder Enabled" = true
|
||||||
|
#A storage block for sugar. It obeys gravity and dissolves in water.
|
||||||
|
"BlockOfSugar Enabled" = true
|
||||||
|
#Integration with Bumblezone.
|
||||||
|
"BumblezoneIntegration Enabled" = true
|
||||||
|
#Cave spiders have a chance to drop cobwebs when killed.
|
||||||
|
"CaveSpidersDropCobwebs Enabled" = true
|
||||||
|
#Experimental! Right-click (with empty hand) on any stairs block to sit down.
|
||||||
|
"Chairs Enabled" = false #HORIZR
|
||||||
|
#Chickens randomly drop feathers.
|
||||||
|
"ChickensDropFeathers Enabled" = true
|
||||||
|
#Add amethyst shards to item frames to make them invisible.
|
||||||
|
"ClearItemFrames Enabled" = true
|
||||||
|
#Tools with the Collection enchantment automatically pick up drops.
|
||||||
|
"CollectionEnchantment Enabled" = true
|
||||||
|
#Allows bundles to be dyed.
|
||||||
|
"ColoredBundles Enabled" = true
|
||||||
|
#Throw dye into a nether portal to change its color.
|
||||||
|
"ColoredNetherPortals Enabled" = true
|
||||||
|
#Shows cardinal points and XYZ coordinates when holding a compass.
|
||||||
|
"CompassOverlay Enabled" = true
|
||||||
|
#Coral can be combined with sea lanterns to make colored variants.
|
||||||
|
"CoralSeaLanterns Enabled" = true
|
||||||
|
#Coral Squids spawn near coral in warm oceans.
|
||||||
|
"CoralSquids Enabled" = true
|
||||||
|
#Playing a music disc in a jukebox prevents background music from playing at the same time.
|
||||||
|
"DiscsStopBackgroundMusic Enabled" = true
|
||||||
|
#Right-click on a sign with an empty hand to edit its text.
|
||||||
|
"EditableSigns Enabled" = true
|
||||||
|
#Endermites drop endermite powder that can be used to locate an End City.
|
||||||
|
"EndermitePowder Enabled" = true
|
||||||
|
#Adds crimson and warped wood boats.
|
||||||
|
"ExtraBoats Enabled" = true
|
||||||
|
#Adds custom recipes.
|
||||||
|
"ExtraRecipes Enabled" = true
|
||||||
|
#Adds more villager trades.
|
||||||
|
"ExtraTrades Enabled" = true
|
||||||
|
#Extract enchantments from any enchanted item into an empty book using the grindstone.
|
||||||
|
#The player must pay a cost (in xp levels) to extract enchantments from the item.
|
||||||
|
"ExtractEnchantments Enabled" = true
|
||||||
|
#Potion effect particles are much less obtrusive by default and can optionally be entirely hidden.
|
||||||
|
"GentlePotionParticles Enabled" = true
|
||||||
|
#Goats have a chance to drop mutton when killed.
|
||||||
|
"GoatsDropMutton Enabled" = true
|
||||||
|
#Armor returns a single ingot, leather or diamond when used on the grindstone.
|
||||||
|
"GrindableArmor Enabled" = true
|
||||||
|
#Scroll the mouse while hovering over a bundle or shulker box to change the order of its contents.
|
||||||
|
"HoverSorting Enabled" = false #HORIZR
|
||||||
|
#A husk has a chance to drop sand when killed.
|
||||||
|
"HusksDropSand Enabled" = false #HORIZR
|
||||||
|
#Husks spawn anywhere within their biome rather than just the surface.
|
||||||
|
"HusksSpawnUnderground Enabled" = false #HORIZR
|
||||||
|
#Nether fortress loot chests can contain enchanted armor and weapons, more diamonds, treasure enchanted books, blaze powder, and (rarely) wither skeleton skulls.
|
||||||
|
"ImprovedFortressLoot Enabled" = true
|
||||||
|
#Mansion loot chests can contain totems, enchanted armor and axes, and treasure enchanted books.
|
||||||
|
"ImprovedMansionLoot Enabled" = true
|
||||||
|
#Adds decoration and more ores to mineshafts.
|
||||||
|
"ImprovedMineshafts Enabled" = true
|
||||||
|
#Button to automatically tidy inventories.
|
||||||
|
"InventoryTidying Enabled" = true
|
||||||
|
#A functional block that speeds up cooking of clay, glass, bricks and terracotta.
|
||||||
|
"Kilns Enabled" = true
|
||||||
|
#Drop an item onto a lava bucket item to destroy it.
|
||||||
|
"LavaBucketDestroysItems Enabled" = false #HORIZR
|
||||||
|
#Use a noteblock while sneaking to lower its pitch by one semitone.
|
||||||
|
"LowerNoteblockPitch Enabled" = true
|
||||||
|
#Lumberjacks are villagers that trade wooden items. Their job site is the woodcutter.
|
||||||
|
"Lumberjacks Enabled" = true
|
||||||
|
#A map's image is shown in the item tooltip when hovering over.
|
||||||
|
"MapTooltip Enabled" = false #HORIZR
|
||||||
|
#Mooblooms are cow-like mobs that come in a variety of flower types.
|
||||||
|
#They spawn flowers where they walk and can be milked for suspicious stew.
|
||||||
|
"Mooblooms Enabled" = true
|
||||||
|
#Crying obsidian can be used in the construction of nether portal frames.
|
||||||
|
"MorePortalFrames Enabled" = true
|
||||||
|
#Removes trampling of farmland and crops.
|
||||||
|
"NoCropTrampling Enabled" = true
|
||||||
|
#Removes the trade discount applied when a villager is cured from zombification.
|
||||||
|
#This is an opinionated feature that changes core gameplay and so is disabled by default.
|
||||||
|
#This feature is disabled if villagerfix is present because it's better.
|
||||||
|
"NoCuredVillagerDiscount Enabled" = false
|
||||||
|
#When any action would cause a villager to become a nitwit, it becomes an unemployed villager instead.
|
||||||
|
#This is an opinionated feature that removes a gameplay element and so is disabled by default.
|
||||||
|
"NoNitwits Enabled" = false
|
||||||
|
#Tamed animals do not take direct damage from players.
|
||||||
|
"NoPetDamage Enabled" = true
|
||||||
|
#Removes the potion enchantment glint so you can see what the potion color is.
|
||||||
|
"NoPotionGlint Enabled" = true
|
||||||
|
#Removes the dark outer overlay when zooming in with the spyglass, giving you the full view.
|
||||||
|
"NoSpyglassScope Enabled" = false #HORIZR
|
||||||
|
#Treasure enchantments such as Mending and Soul Speed are no longer tradeable with villagers.
|
||||||
|
#This is an opinionated feature designed to force the player to explore and so is disabled by default.
|
||||||
|
"NoTreasureEnchantmentTrading Enabled" = false
|
||||||
|
#Automatically opens double doors.
|
||||||
|
"OpenBothDoors Enabled" = true
|
||||||
|
#Parrots stay on your shoulder when jumping and falling. Crouch to make them dismount.
|
||||||
|
"ParrotsStayOnShoulder Enabled" = true
|
||||||
|
#Right-clicking on a grass path block with a hoe turns it back into dirt.
|
||||||
|
"PathToDirt Enabled" = true
|
||||||
|
#Player-only pressure plates crafted using gilded blackstone.
|
||||||
|
"PlayerPressurePlates Enabled" = true
|
||||||
|
#Allows crafting from inventory if the player has a crafting table in their inventory.
|
||||||
|
"PortableCrafting Enabled" = true
|
||||||
|
#Right-click with a hoe to quickly harvest and replant a fully-grown crop.
|
||||||
|
"QuickReplant Enabled" = true
|
||||||
|
#Raid horns are sometimes dropped from raid leaders and can be used to call off or start raids.
|
||||||
|
"RaidHorns Enabled" = false #HORIZR
|
||||||
|
#A lantern that emits light when a redstone signal is received.
|
||||||
|
"RedstoneLanterns Enabled" = true
|
||||||
|
#A block that acts like sand but is powered like a block of redstone.
|
||||||
|
"RedstoneSand Enabled" = true
|
||||||
|
#Leather can be used to repair elytra when insomnia is disabled.
|
||||||
|
"RepairElytraFromLeather Enabled" = true
|
||||||
|
#Use netherite scrap to repair a small amount of netherite item damage.
|
||||||
|
"RepairNetheriteFromScrap Enabled" = true
|
||||||
|
#Use prismarine shards to repair a small amount of trident damage.
|
||||||
|
"RepairTridentsFromShards Enabled" = true
|
||||||
|
#The repsawn anchor can be used in the End.
|
||||||
|
#This is an opinionated feature that changes core gameplay and so is disabled by default.
|
||||||
|
"RespawnAnchorInTheEnd Enabled" = false
|
||||||
|
#An item's repair cost is shown in their tooltip when looking at the anvil screen.
|
||||||
|
"ShowRepairCost Enabled" = true
|
||||||
|
#Drag and drop items into a shulkerbox from within your inventory.
|
||||||
|
"ShulkerBoxDragDrop Enabled" = true
|
||||||
|
#A shulker box's contents is shown in the item tooltip when hovering over.
|
||||||
|
"ShulkerBoxTooltip Enabled" = false #HORIZR
|
||||||
|
#Increases snow layers when snowing in cold biomes
|
||||||
|
"SnowAccumulation Enabled" = false #HORIZR
|
||||||
|
#Allows enchanted books to stack.
|
||||||
|
"StackableEnchantedBooks Enabled" = true
|
||||||
|
#Allows potions to stack.
|
||||||
|
"StackablePotions Enabled" = true
|
||||||
|
#Allows stews to stack.
|
||||||
|
"StackableStews Enabled" = false #HORIZR
|
||||||
|
#A stray has a chance to drop blue ice when killed.
|
||||||
|
"StraysDropBlueIce Enabled" = true
|
||||||
|
#Strays spawn anywhere within their biome rather than just the surface.
|
||||||
|
"StraysSpawnUnderground Enabled" = false #HORIZR
|
||||||
|
#Anvils are 50% less likely to take damage when used.
|
||||||
|
"StrongerAnvils Enabled" = false #HORIZR
|
||||||
|
#The player's inventory items will be held in the Totem of Preserving upon death.
|
||||||
|
#By default, a new totem will always be spawned to hold items upon dying in Easy or Peaceful mode ('Grave mode').
|
||||||
|
#In Normal and Hard mode, the player must be holding an empty Totem of Preserving in order for it to hold items upon death.
|
||||||
|
"TotemOfPreserving Enabled" = false #HORIZR
|
||||||
|
#A totem will work from anywhere in the player's inventory as well as held in the main or offhand.
|
||||||
|
"TotemWorksFromInventory Enabled" = true
|
||||||
|
#Barrels available in all types of vanilla wood.
|
||||||
|
"VariantBarrels Enabled" = true
|
||||||
|
#Variant bars crafted from vanilla metal ingots.
|
||||||
|
"VariantBars Enabled" = true
|
||||||
|
#Bookshelves available in all types of vanilla wood.
|
||||||
|
"VariantBookshelves Enabled" = true
|
||||||
|
#Variant chains crafted from vanilla metal ingots and nuggets.
|
||||||
|
"VariantChains Enabled" = true
|
||||||
|
#Chests available in all types of vanilla wood.
|
||||||
|
"VariantChests Enabled" = true
|
||||||
|
#Ladders available in all types of vanilla wood.
|
||||||
|
"VariantLadders Enabled" = true
|
||||||
|
#Variants lanterns crafted from vanilla metal nuggets and torches.
|
||||||
|
"VariantLanterns Enabled" = true
|
||||||
|
#Mobs may spawn with different textures.
|
||||||
|
"VariantMobTextures Enabled" = true
|
||||||
|
#Villagers are attracted when the player holds a block of emeralds.
|
||||||
|
"VillagersFollowEmeraldBlocks Enabled" = true
|
||||||
|
#Wandering traders have a chance to sell maps to distant structures.
|
||||||
|
"WanderingTraderMaps Enabled" = true
|
||||||
|
#Iron rusts when in contact with water.
|
||||||
|
"WeatheringIron Enabled" = false #HORIZR
|
||||||
|
#A witch has a chance to drop a Potion of Luck when killed by a player.
|
||||||
|
"WitchesDropLuck Enabled" = true
|
||||||
|
#A functional block that adds more efficient recipes for crafting wooden stairs and slabs.
|
||||||
|
"Woodcutters Enabled" = true
|
||||||
|
|
||||||
|
[Atlases]
|
||||||
|
#Allow opening the atlas while it is in the off hand.
|
||||||
|
"Open in off hand" = false
|
||||||
|
#Map scale used in atlases by default.
|
||||||
|
"Map scale" = 0
|
||||||
|
#If true, sets a keybind for swapping the item in your main hand with the first available atlas in your inventory (defaults to 'r').
|
||||||
|
"Enable keybind" = true
|
||||||
|
|
||||||
|
[BatBuckets]
|
||||||
|
#Number of seconds that entities will receive the glowing effect.
|
||||||
|
"Glowing time" = 10
|
||||||
|
#Range (in blocks) in which entities will glow.
|
||||||
|
"Viewing range" = 24
|
||||||
|
#If true, the bat will take half a heart of damage when released from the bucket.
|
||||||
|
"Damage bat" = true
|
||||||
|
|
||||||
|
[BlockOfEnderPearls]
|
||||||
|
#A chorus fruit will teleport you to an ender pearl block within this range (in blocks).
|
||||||
|
"Chorus teleport range" = 64 #HORIZR
|
||||||
|
#If true, eating a chorus fruit while in range of an ender pearl block will teleport you to it.
|
||||||
|
"Chorus fruit teleport" = true
|
||||||
|
#If true, a silverfish has a chance to be converted into an endermite when it is next to an ender pearl block.
|
||||||
|
"Convert silverfish to endermite" = true
|
||||||
|
|
||||||
|
[CaveSpidersDropCobwebs]
|
||||||
|
#Maximum cobwebs dropped when cave spider is killed.
|
||||||
|
"Maximum drops" = 1 #HORIZR
|
||||||
|
|
||||||
|
[CompassOverlay]
|
||||||
|
#If true, shows the cardinal direction that the player is facing.
|
||||||
|
Facing = true
|
||||||
|
#If true, shows the player's XYZ coordinates.
|
||||||
|
Co-ordinates = true
|
||||||
|
#If true, only show the player's X and Z coordinates (not their height/depth).
|
||||||
|
"Only show X and Z" = false
|
||||||
|
#If true, only show the compass overlay if the player is sneaking.
|
||||||
|
"Show when sneaking" = false
|
||||||
|
|
||||||
|
[CoralSquids]
|
||||||
|
#Chance (out of 1.0) of a coral squid dropping coral when killed by the player.
|
||||||
|
"Drop chance" = 0.2
|
||||||
|
#Chance of coral squids spawning in warm ocean biomes.
|
||||||
|
"Spawn weight" = 50
|
||||||
|
|
||||||
|
[Core]
|
||||||
|
#If true, routes additional debug messages into the standard game log.
|
||||||
|
"Debug mode" = false
|
||||||
|
#If true, Charm will add its own advancement tree.
|
||||||
|
Advancements = true
|
||||||
|
#If true, allows anvil recipes that do not require any XP cost.
|
||||||
|
"Allow zero cost anvil recipes" = true
|
||||||
|
|
||||||
|
[EndermitePowder]
|
||||||
|
#Maximum endermite powder dropped when endermite is killed.
|
||||||
|
"Maximum drops" = 2
|
||||||
|
|
||||||
|
[ExtraRecipes]
|
||||||
|
#If true, adds a blast furnace recipe for smelting raw ore blocks into ore blocks.
|
||||||
|
"Ore block from raw ore block" = true
|
||||||
|
#If true, adds a recipe for Gilded Blackstone using gold nuggets and blackstone.
|
||||||
|
"Gilded Blackstone" = true
|
||||||
|
#If true, adds a recipe for the Trident using a heart of the sea, prismarine shards and crystals.
|
||||||
|
Trident = false #HORIZR
|
||||||
|
#If true, adds a recipe for Cyan Dye using warped roots.
|
||||||
|
"Cyan Dye from warped roots" = true
|
||||||
|
#If true, adds a recipe for Green Dye using yellow and blue dyes.
|
||||||
|
"Green Dye from yellow and blue" = true
|
||||||
|
#If true, adds a recipe for turning snow blocks back into snowballs.
|
||||||
|
"Snowballs from snow blocks" = true
|
||||||
|
#If true, adds a recipe for turning quartz blocks back into quartz.
|
||||||
|
"Quartz from quartz blocks" = true
|
||||||
|
#If true, adds a recipe for turning clay blocks back into clay balls.
|
||||||
|
"Clay balls from clay blocks" = true
|
||||||
|
#If true, adds a recipe for Soul Torches using soul sand/soul soil and sticks.
|
||||||
|
"Simpler Soul Torch" = true
|
||||||
|
#If true, adds a shapeless recipe for bread.
|
||||||
|
"Shapeless bread" = true
|
||||||
|
#If true, adds a shapeless recipe for paper.
|
||||||
|
"Shapeless paper" = true
|
||||||
|
#If true, adds a recipe for crafting bundles from leather.
|
||||||
|
"Bundle from leather" = true
|
||||||
|
|
||||||
|
[ExtraTrades]
|
||||||
|
#If true, librarians will buy any enchanted book in return for emeralds.
|
||||||
|
"Enchanted books" = false #HORIZR
|
||||||
|
#If true, armorers, weaponsmiths and toolsmiths will buy chipped or damaged anvils along with iron ingots in return for repaired anvils.
|
||||||
|
"Repaired anvils" = true
|
||||||
|
#If true, leatherworkers will sell leather in return for rotten flesh.
|
||||||
|
"Leather for rotten flesh" = true
|
||||||
|
#If true, butchers will sell beef in return for rotten flesh.
|
||||||
|
"Beef for rotten flesh" = true
|
||||||
|
#If true, leatherworkers will sell bundles in return for emeralds.
|
||||||
|
Bundles = true
|
||||||
|
|
||||||
|
[ExtractEnchantments]
|
||||||
|
#Initial cost (in xp levels) of extraction before adding on the cost of the enchantment(s).
|
||||||
|
"Initial cost" = 5
|
||||||
|
#Adds extra cost (in xp levels) if the enchantment is a 'treasure' enchantment such as Mending.
|
||||||
|
"Treasure cost" = 5
|
||||||
|
#If true, the item's repair cost will be added to the cost of extraction.
|
||||||
|
"Add item repair cost" = true
|
||||||
|
|
||||||
|
[GentlePotionParticles]
|
||||||
|
#If true, translucent particles will be rendered. If false, no particles will be rendered.
|
||||||
|
"Translucent particles" = true
|
||||||
|
|
||||||
|
[GoatsDropMutton]
|
||||||
|
#Maximum pieces of mutton dropped when goat is killed.
|
||||||
|
"Maximum drops" = 2
|
||||||
|
|
||||||
|
[HusksDropSand]
|
||||||
|
#Maximum sand dropped when husk is killed.
|
||||||
|
"Maximum drops" = 2
|
||||||
|
|
||||||
|
[ImprovedMineshafts]
|
||||||
|
#Chance (out of 1.0) of blocks such as candles and ores spawning on the floor of corridors.
|
||||||
|
"Corridor floor blocks" = 0.03
|
||||||
|
#Chance (out of 1.0) of blocks such as lanterns spawning on the ceiling of corridors.
|
||||||
|
"Corridor ceiling blocks" = 0.02
|
||||||
|
#Chance (out of 1.0) of stone, gravel and ore spawning at the entrance of corridors.
|
||||||
|
"Corridor block piles" = 0.2
|
||||||
|
#Chance (out of 1.0) for a moss or precious ore block to spawn on a single block of the central mineshaft room.
|
||||||
|
"Room blocks" = 0.2 #HORIZR
|
||||||
|
#Chance (out of 1.0) for a minecart to spawn in a corridor. Minecart loot is chosen from the 'Minecart loot tables'.
|
||||||
|
"Extra minecarts" = 0.2
|
||||||
|
#If 'Add minecarts' is enabled, minecarts have a chance to be filled with loot from these loot tables.
|
||||||
|
"Minecart loot tables" = ["chests/simple_dungeon", "chests/abandoned_mineshaft", "chests/village/village_temple", "chests/village/village_cartographer", "chests/village/village_mason", "chests/village/village_toolsmith", "chests/village/village_weaponsmith"]
|
||||||
|
|
||||||
|
[NoCropTrampling]
|
||||||
|
#If true, a player or mob will trample crops unless wearing boots with feather falling enchantment.
|
||||||
|
"Require feather falling" = false
|
||||||
|
|
||||||
|
[PlayerState]
|
||||||
|
#Interval (in ticks) on which additional player state will be synchronised to the client.
|
||||||
|
"Server state update interval" = 120
|
||||||
|
|
||||||
|
[PortableCrafting]
|
||||||
|
#If true, sets a keybind for opening the portable crafting table (defaults to 'v').
|
||||||
|
"Enable keybind" = true
|
||||||
|
|
||||||
|
[QuickReplant]
|
||||||
|
#List of blockstate definitions for replantable crops.
|
||||||
|
"Replantable blockstates" = ["minecraft:beetroots[age=3]", "minecraft:carrots[age=7]", "minecraft:nether_wart[age=3]", "minecraft:potatoes[age=7]", "minecraft:wheat[age=7]", "culinaire:tomatoes[age=3]", "culinaire:lettuce[age=3]"] #HORIZR
|
||||||
|
|
||||||
|
[RaidHorns]
|
||||||
|
#Chance (out of 1.0) of a patrol captain dropping a raid horn when killed by the player.
|
||||||
|
"Drop chance" = 0.05
|
||||||
|
#Volume of the raid horn sound effect when used. 1.0 is maximum volume.
|
||||||
|
Volume = 0.75
|
||||||
|
|
||||||
|
[RepairElytraFromLeather]
|
||||||
|
#If true, leather can be used to repair elytra even when insomnia is disasbled.
|
||||||
|
"Allow when insomnia enabled" = false
|
||||||
|
|
||||||
|
[RepairNetheriteFromScrap]
|
||||||
|
#Number of levels required to restore durability.
|
||||||
|
"XP cost" = 1
|
||||||
|
#List of items repairable using netherite scrap.
|
||||||
|
"Repairable items" = ["netherite_hoe", "netherite_shovel", "netherite_axe", "netherite_pickaxe", "netherite_sword", "netherite_helmet", "netherite_chestplate", "netherite_leggings", "netherite_boots"]
|
||||||
|
|
||||||
|
[SnowAccumulation]
|
||||||
|
#If true, placing a block on a non-full snow block will replace the snow block.
|
||||||
|
#If false, use vanilla behavior (only a snow block with a single layer will allow block replacement).
|
||||||
|
"Allow block replace" = true
|
||||||
|
#Chance (out of 1.0) of a fully accumulated snow block being converted to powder snow.
|
||||||
|
"Powder snow chance" = 0.01
|
||||||
|
|
||||||
|
[StackableEnchantedBooks]
|
||||||
|
#Maximum enchanted book stack size.
|
||||||
|
"Stack size" = 16
|
||||||
|
|
||||||
|
[StackablePotions]
|
||||||
|
#Maximum potion stack size.
|
||||||
|
"Stack size" = 16
|
||||||
|
|
||||||
|
[StackableStews]
|
||||||
|
#Maximum stew stack size.
|
||||||
|
"Stack size" = 16
|
||||||
|
#Also apply to suspicious stew.
|
||||||
|
"Enable suspicious stew" = false
|
||||||
|
|
||||||
|
[StraysDropBlueIce]
|
||||||
|
#Maximum blue ice dropped when stray is killed.
|
||||||
|
"Maximum drops" = 2
|
||||||
|
|
||||||
|
[TotemOfPreserving]
|
||||||
|
#A list of game difficulties in which totems will behave in 'Grave mode'.
|
||||||
|
#In Grave mode, a totem will be dropped on death even if the player doesn't have an empty totem in their inventory.
|
||||||
|
"Grave mode game difficulties" = ["peaceful", "easy", "normal", "hard"]
|
||||||
|
#Mobs that have a chance to drop a totem of preserving.
|
||||||
|
#This does not apply if Grave mode is active for the current game difficulty. See 'Grave mode game difficulties' to configure this.
|
||||||
|
"Mobs drop totems" = ["entities/witch", "entities/pillager"]
|
||||||
|
#Chest loot tables that will always contain a totem of preserving.
|
||||||
|
#This does not apply if Grave mode is active for the current game difficulty. See 'Grave mode game difficulties' to configure this.
|
||||||
|
"Chests contain totems" = ["chests/pillager_outpost", "chests/woodland_mansion"]
|
||||||
|
#If true, the totem will preserve the player's experience and restore when broken.
|
||||||
|
"Preserve XP" = false
|
||||||
|
#If true, the coordinates where you died will be added to the player's chat screen.
|
||||||
|
"Show death position" = false
|
||||||
|
|
||||||
|
[VariantMobTextures]
|
||||||
|
#If true, cows may spawn with different textures.
|
||||||
|
"Variant cows" = true
|
||||||
|
#If true, chickens may spawn with different textures.
|
||||||
|
"Variant chickens" = true
|
||||||
|
#If true, pigs may spawn with different textures.
|
||||||
|
"Variant pigs" = true
|
||||||
|
#If true, sheep face and 'shorn' textures match their wool color.
|
||||||
|
"Variant sheep" = true
|
||||||
|
#If true, snow golems may spawn with different derp faces.
|
||||||
|
"Variant snow golems" = true
|
||||||
|
#If true, squids may spawn with different textures.
|
||||||
|
"Variant squids" = true
|
||||||
|
#If true, wolves may spawn with different textures.
|
||||||
|
"Variant wolves" = true
|
||||||
|
#If true, all animals have a chance to spawn as a rare variant.
|
||||||
|
"Rare variants" = true
|
||||||
|
#Approximately 1 in X chance of a mob spawning as a rare variant.
|
||||||
|
"Rarity of rare variants" = 1000
|
||||||
|
|
||||||
|
[WanderingTraderMaps]
|
||||||
|
#List of structure IDs and structure tags.
|
||||||
|
Structures = ["#minecraft:village", "minecraft:igloo", "#repurposed_structures:collections/cities", "#repurposed_structures:collections/ruins", "#repurposed_structures:collections/igloos", "#repurposed_structures:collections/villages"] #HORIZR
|
||||||
|
#List of rarer structure IDs and structure tags.
|
||||||
|
#These are more expensive and less likely to be sold.
|
||||||
|
"Rare structures" = ["minecraft:desert_pyramid", "minecraft:jungle_temple", "#minecraft:ocean_ruin", "#repurposed_structures:collections/shipwrecks", "#repurposed_structures:collections/temples", "#repurposed_structures:collections/mansions", "#repurposed_structures:collections/monuments", "#repurposed_structures:collections/pyramids"] #HORIZR
|
||||||
|
|
||||||
|
[WeatheringIron]
|
||||||
|
#The chance of weathering increases according to the number of block faces touching water.
|
||||||
|
"Faces increase weathering" = true
|
||||||
|
#When more than one block face is touching water, weathering chance increases by this amount per face.
|
||||||
|
"Face multiplier" = 0.008
|
||||||
|
#Chance (out of 1.0) of a block being considered for weathering.
|
||||||
|
"Weathering chance" = 0.006
|
||||||
|
#When a block is above a bubble column, weathering chance is multiplied by this value.
|
||||||
|
"Bubble column chance multiplier" = 4.0
|
||||||
|
|
||||||
|
[WitchesDropLuck]
|
||||||
|
#Chance (out of 1.0) of a witch dropping a Potion of Luck when killed by the player.
|
||||||
|
"Drop chance" = 0.1 #HORIZR
|
||||||
|
|
3
visum/config/cullleaves.json
Normal file
3
visum/config/cullleaves.json
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"enabled": true
|
||||||
|
}
|
77
visum/config/debugify.json
Normal file
77
visum/config/debugify.json
Normal file
|
@ -0,0 +1,77 @@
|
||||||
|
{
|
||||||
|
"MC-100991": true,
|
||||||
|
"MC-108948": true,
|
||||||
|
"MC-111516": true,
|
||||||
|
"MC-116379": true,
|
||||||
|
"MC-119417": true,
|
||||||
|
"MC-119754": true,
|
||||||
|
"MC-121772": true,
|
||||||
|
"MC-121903": true,
|
||||||
|
"MC-122477": true,
|
||||||
|
"MC-122627": true,
|
||||||
|
"MC-123739": true,
|
||||||
|
"MC-124117": true,
|
||||||
|
"MC-127970": true,
|
||||||
|
"MC-12829": true,
|
||||||
|
"MC-129909": true,
|
||||||
|
"MC-132878": true,
|
||||||
|
"MC-135971": true,
|
||||||
|
"MC-140646": true,
|
||||||
|
"MC-145748": true,
|
||||||
|
"MC-145929": true,
|
||||||
|
"MC-147605": true,
|
||||||
|
"MC-148149": true,
|
||||||
|
"MC-14923": true,
|
||||||
|
"MC-151412": true,
|
||||||
|
"MC-155509": true,
|
||||||
|
"MC-159163": true,
|
||||||
|
"MC-160095": true,
|
||||||
|
"MC-162253": true,
|
||||||
|
"MC-165381": true,
|
||||||
|
"MC-165595": true,
|
||||||
|
"MC-176559": true,
|
||||||
|
"MC-179072": true,
|
||||||
|
"MC-183776": true,
|
||||||
|
"MC-183990": true,
|
||||||
|
"MC-193343": true,
|
||||||
|
"MC-197260": true,
|
||||||
|
"MC-199467": true,
|
||||||
|
"MC-200418": true,
|
||||||
|
"MC-2025": true,
|
||||||
|
"MC-206922": true,
|
||||||
|
"MC-214147": true,
|
||||||
|
"MC-215530": true,
|
||||||
|
"MC-215531": true,
|
||||||
|
"MC-217716": true,
|
||||||
|
"MC-223153": true,
|
||||||
|
"MC-224729": true,
|
||||||
|
"MC-231097": true,
|
||||||
|
"MC-231743": true,
|
||||||
|
"MC-233042": true,
|
||||||
|
"MC-234898": true,
|
||||||
|
"MC-235035": true,
|
||||||
|
"MC-237493": true,
|
||||||
|
"MC-249021": true,
|
||||||
|
"MC-249059": true,
|
||||||
|
"MC-26757": true,
|
||||||
|
"MC-30391": true,
|
||||||
|
"MC-31819": true,
|
||||||
|
"MC-4490": true,
|
||||||
|
"MC-46766": true,
|
||||||
|
"MC-53312": true,
|
||||||
|
"MC-55347": true,
|
||||||
|
"MC-69216": true,
|
||||||
|
"MC-72151": true,
|
||||||
|
"MC-7569": true,
|
||||||
|
"MC-79545": true,
|
||||||
|
"MC-80859": true,
|
||||||
|
"MC-84873": true,
|
||||||
|
"MC-88371": true,
|
||||||
|
"MC-89146": true,
|
||||||
|
"MC-90084": true,
|
||||||
|
"MC-93018": true,
|
||||||
|
"MC-93384": true,
|
||||||
|
"opt_out_updater": true,
|
||||||
|
"gameplay_fixes_in_multiplayer": false,
|
||||||
|
"default_disabled": false
|
||||||
|
}
|
6
visum/config/dynamicfps.toml
Normal file
6
visum/config/dynamicfps.toml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
reduceFPSWhenUnfocused = true
|
||||||
|
unfocusedFPS = 10 #HORIZR
|
||||||
|
restoreFPSWhenHovered = true
|
||||||
|
unfocusedVolumeMultiplier = 0.25
|
||||||
|
hiddenVolumeMultiplier = 0.25 #HORIZR
|
||||||
|
runGCOnUnfocus = false
|
76
visum/config/fallingleaves.json
Normal file
76
visum/config/fallingleaves.json
Normal file
|
@ -0,0 +1,76 @@
|
||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"displayDebugData": false,
|
||||||
|
"leafSize": 7,
|
||||||
|
"leafLifespan": 200,
|
||||||
|
"leafSpawnRate": 8,
|
||||||
|
"coniferLeafSpawnRate": 0,
|
||||||
|
"dropFromPlayerPlacedBlocks": true,
|
||||||
|
"minimumFreeSpaceBelow": 1,
|
||||||
|
"windEnabled": true,
|
||||||
|
"windlessDimensions": [
|
||||||
|
"minecraft:",
|
||||||
|
"minecraft:the_end",
|
||||||
|
"minecraft:the_nether"
|
||||||
|
],
|
||||||
|
"leafSettings": {
|
||||||
|
"minecraft:jungle_leaves": {
|
||||||
|
"spawnRateFactor": 0.0,
|
||||||
|
"isConiferBlock": false
|
||||||
|
},
|
||||||
|
"minecraft:flowering_azalea_leaves": {
|
||||||
|
"spawnRateFactor": 1.0,
|
||||||
|
"isConiferBlock": false
|
||||||
|
},
|
||||||
|
"minecraft:azalea_leaves": {
|
||||||
|
"spawnRateFactor": 1.0,
|
||||||
|
"isConiferBlock": false
|
||||||
|
},
|
||||||
|
"minecraft:birch_leaves": {
|
||||||
|
"spawnRateFactor": 1.0,
|
||||||
|
"isConiferBlock": false
|
||||||
|
},
|
||||||
|
"minecraft:acacia_leaves": {
|
||||||
|
"spawnRateFactor": 1.0,
|
||||||
|
"isConiferBlock": false
|
||||||
|
},
|
||||||
|
"minecraft:oak_leaves": {
|
||||||
|
"spawnRateFactor": 1.0,
|
||||||
|
"isConiferBlock": false
|
||||||
|
},
|
||||||
|
"minecraft:dark_oak_leaves": {
|
||||||
|
"spawnRateFactor": 1.0,
|
||||||
|
"isConiferBlock": false
|
||||||
|
},
|
||||||
|
"minecraft:spruce_leaves": {
|
||||||
|
"spawnRateFactor": 1.0,
|
||||||
|
"isConiferBlock": true
|
||||||
|
},
|
||||||
|
"promenade:white_cherry_oak_leaves": {
|
||||||
|
"spawnRateFactor": 1.0,
|
||||||
|
"isConiferBlock": false
|
||||||
|
},
|
||||||
|
"promenade:palm_leaves": {
|
||||||
|
"spawnRateFactor": 1.0,
|
||||||
|
"isConiferBlock": false
|
||||||
|
},
|
||||||
|
"promenade:autumn_birch_leaves": {
|
||||||
|
"spawnRateFactor": 1.0,
|
||||||
|
"isConiferBlock": false
|
||||||
|
},
|
||||||
|
"promenade:pink_cherry_oak_leaves": {
|
||||||
|
"spawnRateFactor": 1.0,
|
||||||
|
"isConiferBlock": false
|
||||||
|
},
|
||||||
|
"promenade:autumn_oak_leaves": {
|
||||||
|
"spawnRateFactor": 1.0,
|
||||||
|
"isConiferBlock": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"leafSpawners": [],
|
||||||
|
"fallSpawnRateFactor": 2.0,
|
||||||
|
"winterSpawnRateFactor": 0.1,
|
||||||
|
"startingSpawnRadius": 0,
|
||||||
|
"decaySpawnRateFactor": 2.6,
|
||||||
|
"maxDecayLeaves": 9
|
||||||
|
}
|
63
visum/config/inspecio.json
Normal file
63
visum/config/inspecio.json
Normal file
|
@ -0,0 +1,63 @@
|
||||||
|
{
|
||||||
|
"jukebox": "fancy",
|
||||||
|
"sign": "fancy",
|
||||||
|
"advanced_tooltips": {
|
||||||
|
"repair_cost": true,
|
||||||
|
"lodestone_coords": false
|
||||||
|
},
|
||||||
|
"filled_map": {
|
||||||
|
"enabled": true,
|
||||||
|
"show_player_icon": false
|
||||||
|
},
|
||||||
|
"food": {
|
||||||
|
"hunger": true,
|
||||||
|
"saturation": "merged"
|
||||||
|
},
|
||||||
|
"containers": {
|
||||||
|
"campfire": true,
|
||||||
|
"storage": {
|
||||||
|
"enabled": true,
|
||||||
|
"compact": true,
|
||||||
|
"loot_table": false
|
||||||
|
},
|
||||||
|
"shulker_box": {
|
||||||
|
"enabled": true,
|
||||||
|
"compact": true,
|
||||||
|
"loot_table": false,
|
||||||
|
"color": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"effects": {
|
||||||
|
"food": true,
|
||||||
|
"hidden_motion": true,
|
||||||
|
"beacon": true,
|
||||||
|
"potions": true,
|
||||||
|
"tipped_arrows": true,
|
||||||
|
"spectral_arrow": true
|
||||||
|
},
|
||||||
|
"entities": {
|
||||||
|
"fish_bucket": {
|
||||||
|
"enabled": false,
|
||||||
|
"always_show_name": false,
|
||||||
|
"spin": true
|
||||||
|
},
|
||||||
|
"spawn_egg": {
|
||||||
|
"enabled": false,
|
||||||
|
"always_show_name": false,
|
||||||
|
"spin": true
|
||||||
|
},
|
||||||
|
"pufferfish_puff_state": 2,
|
||||||
|
"armor_stand": {
|
||||||
|
"enabled": false,
|
||||||
|
"always_show_name": false,
|
||||||
|
"spin": true
|
||||||
|
},
|
||||||
|
"bee": {
|
||||||
|
"enabled": false,
|
||||||
|
"always_show_name": false,
|
||||||
|
"spin": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"armor": true,
|
||||||
|
"banner_pattern": true
|
||||||
|
}
|
6
visum/config/iris.properties
Normal file
6
visum/config/iris.properties
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
#This file stores configuration options for Iris, such as the currently active shaderpack
|
||||||
|
#Wed May 11 15:52:28 CEST 2022
|
||||||
|
enableDebug=false
|
||||||
|
maxShadowRenderDistance=32
|
||||||
|
shaderPack=ComplementaryShaders.zip
|
||||||
|
enableShaders=true
|
9
visum/config/lambdabettergrass.toml
Normal file
9
visum/config/lambdabettergrass.toml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# LambdaBetterGrass configuration.
|
||||||
|
|
||||||
|
# The better grass mode. Values: "off", "fastest", "fast" and "fancy".
|
||||||
|
mode = "fancy"
|
||||||
|
# The better layer option.
|
||||||
|
better_layer = true
|
||||||
|
|
||||||
|
# Debug mode. Debug mode allows to output the generated texture in the debug folder of your minecraft instance.
|
||||||
|
debug = false
|
19
visum/config/modmenu.json
Normal file
19
visum/config/modmenu.json
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"sorting": "ascending",
|
||||||
|
"count_libraries": true,
|
||||||
|
"compact_list": false,
|
||||||
|
"count_children": true,
|
||||||
|
"mods_button_style": "replace_realms",
|
||||||
|
"count_hidden_mods": true,
|
||||||
|
"mod_count_location": "title_screen",
|
||||||
|
"hide_mod_links": false,
|
||||||
|
"show_libraries": false,
|
||||||
|
"hide_mod_license": false,
|
||||||
|
"hide_badges": false,
|
||||||
|
"hide_mod_credits": false,
|
||||||
|
"easter_eggs": true,
|
||||||
|
"modify_title_screen": true,
|
||||||
|
"modify_game_menu": true,
|
||||||
|
"hide_config_buttons": false,
|
||||||
|
"hidden_mods": []
|
||||||
|
}
|
7
visum/config/promenade/biomes.json
Normal file
7
visum/config/promenade/biomes.json
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"pumpkin_pastures_weight": 10,
|
||||||
|
"cherry_oak_forests_weight": 6,
|
||||||
|
"tall_nether_forests": true,
|
||||||
|
"nether_galleries": true,
|
||||||
|
"dark_amaranth_forests_weight": 10
|
||||||
|
}
|
60
visum/config/sodium-extra-options.json
Normal file
60
visum/config/sodium-extra-options.json
Normal file
|
@ -0,0 +1,60 @@
|
||||||
|
{
|
||||||
|
"animation_settings": {
|
||||||
|
"animation": true,
|
||||||
|
"water": true,
|
||||||
|
"lava": true,
|
||||||
|
"fire": true,
|
||||||
|
"portal": true,
|
||||||
|
"block_animations": true,
|
||||||
|
"sculk_sensor": false
|
||||||
|
},
|
||||||
|
"particle_settings": {
|
||||||
|
"particles": true,
|
||||||
|
"rain_splash": true,
|
||||||
|
"explosion": true,
|
||||||
|
"water": true,
|
||||||
|
"smoke": true,
|
||||||
|
"potion": true,
|
||||||
|
"portal": true,
|
||||||
|
"redstone": true,
|
||||||
|
"drip": true,
|
||||||
|
"firework": true,
|
||||||
|
"bubble": true,
|
||||||
|
"environment": true,
|
||||||
|
"villagers": true,
|
||||||
|
"composter": true,
|
||||||
|
"block_break": true,
|
||||||
|
"block_breaking": true
|
||||||
|
},
|
||||||
|
"detail_settings": {
|
||||||
|
"sky": true,
|
||||||
|
"sun_moon": true,
|
||||||
|
"stars": true,
|
||||||
|
"rain_snow": true,
|
||||||
|
"biome_colors": true,
|
||||||
|
"sky_colors": true
|
||||||
|
},
|
||||||
|
"render_settings": {
|
||||||
|
"fog_distance": 0,
|
||||||
|
"light_updates": true,
|
||||||
|
"item_frame": true,
|
||||||
|
"armor_stand": true,
|
||||||
|
"painting": true,
|
||||||
|
"piston": true
|
||||||
|
},
|
||||||
|
"extra_settings": {
|
||||||
|
"overlay_corner": "TOP_LEFT",
|
||||||
|
"show_fps": true,
|
||||||
|
"show_f_p_s_extended": false,
|
||||||
|
"show_coords": false,
|
||||||
|
"reduce_resolution_on_mac": true,
|
||||||
|
"cloud_height": 319,
|
||||||
|
"toasts": false,
|
||||||
|
"instant_sneak": false,
|
||||||
|
"prevent_shaders": false,
|
||||||
|
"use_fast_random": true
|
||||||
|
},
|
||||||
|
"notification_settings": {
|
||||||
|
"hide_r_s_o_recommendation": false
|
||||||
|
}
|
||||||
|
}
|
26
visum/config/sodium-options.json
Normal file
26
visum/config/sodium-options.json
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"quality": {
|
||||||
|
"weather_quality": "FANCY",
|
||||||
|
"leaves_quality": "FANCY",
|
||||||
|
"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": false,
|
||||||
|
"animate_only_visible_textures": true,
|
||||||
|
"use_entity_culling": true,
|
||||||
|
"use_particle_culling": true,
|
||||||
|
"use_fog_occlusion": true,
|
||||||
|
"use_block_face_culling": true
|
||||||
|
},
|
||||||
|
"notifications": {
|
||||||
|
"hide_donation_button": false
|
||||||
|
}
|
||||||
|
}
|
35
visum/config/waila/waila_plugins.json
Normal file
35
visum/config/waila/waila_plugins.json
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"waila": {
|
||||||
|
"show_blocks": true,
|
||||||
|
"show_fluids": false,
|
||||||
|
"show_entities": true,
|
||||||
|
"show_icon": true,
|
||||||
|
"show_mod_name": true,
|
||||||
|
"show_registry": false,
|
||||||
|
"show_entity_hp": true,
|
||||||
|
"show_states": false,
|
||||||
|
"show_pos": false
|
||||||
|
},
|
||||||
|
"minecraft": {
|
||||||
|
"item_entity": true,
|
||||||
|
"override.infested": true,
|
||||||
|
"override.trapped_chest": true,
|
||||||
|
"override.powder_snow": true,
|
||||||
|
"pet.owner": true,
|
||||||
|
"furnace_contents": true,
|
||||||
|
"jukebox.record": true,
|
||||||
|
"spawner_type": true,
|
||||||
|
"crop_progress": true,
|
||||||
|
"redstone.lever": true,
|
||||||
|
"redstone.repeater": true,
|
||||||
|
"redstone.comparator": true,
|
||||||
|
"redstone.level": true,
|
||||||
|
"player_head.name": true,
|
||||||
|
"level.composter": true,
|
||||||
|
"level.honey": true,
|
||||||
|
"note_block.type": true,
|
||||||
|
"note_block.note": "SHARP",
|
||||||
|
"note_block.int_value": false,
|
||||||
|
"pet.hide_unknown_owner": false
|
||||||
|
}
|
||||||
|
}
|
1
visum/config/zoomify.json
Normal file
1
visum/config/zoomify.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"zoomify_gui_category_behaviour":{"zoomify_gui_initialzoom_name":5,"zoomify_gui_maxscrollzoom_name":100,"zoomify_gui_zoomspeed_name":100,"zoomify_gui_zoomtransition_name":"zoomify_transition_instant","zoomify_gui_zoomoppositetransitionout_name":true},"zoomify_gui_category_scrolling":{"zoomify_gui_scrollzoomtransition_name":"zoomify_transition_linear","zoomify_gui_scrollzoomoppositetransitionout_name":true,"zoomify_gui_scrollzoomspeed_name":50},"zoomify_gui_category_controls":{"zoomify_gui_zoomkeybehaviour_name":"zoomify_zoom_key_behaviour_hold","zoomify_gui_relativesensitivity_name":false,"zoomify_gui_cinematiccam_name":true}}
|
101
visum/index.toml
101
visum/index.toml
|
@ -1,5 +1,77 @@
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/Adorn.json5"
|
||||||
|
hash = "2f0166cdc4bd1b2bd6ec683fac2709c9eecf75de52911192ac3dfbc4b75dbf7a"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/appleskin.json5"
|
||||||
|
hash = "a3d3ca86854c3aa3c794dff9a647fde7638d976ff23419b0a8791c4c5f1d1e3f"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/charm.toml"
|
||||||
|
hash = "3c1288b2c8ac631c955338c18099b1c96bedf876313fd773c97802bff87b6038"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/cullleaves.json"
|
||||||
|
hash = "6ba25b17d218c13aecd7773fb0dd9f01783997854cc7123891e526e82490662e"
|
||||||
|
preserve = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/debugify.json"
|
||||||
|
hash = "57e9f736efe5e9d88594dbf438624e092f3cd36c662c1855abec1bf9e523328e"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/dynamicfps.toml"
|
||||||
|
hash = "2559863827e5b0d37a788b403f29d693ef8530a91eec475aaf832591a8ef11c9"
|
||||||
|
preserve = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/fallingleaves.json"
|
||||||
|
hash = "c7698f5b2169379dda0d9f0bc138c55e023df7f137bf70dc729176d525a9daea"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/inspecio.json"
|
||||||
|
hash = "5579b9837993447dce7cbdeab898f3025af5cead63f9c34e0defce5a686d75ec"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/iris.properties"
|
||||||
|
hash = "6b62cd7b412cb966cc9234a3157a0bc970a3f501c9894d5b7bf3dda4e843265f"
|
||||||
|
preserve = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/lambdabettergrass.toml"
|
||||||
|
hash = "71f8657fa67d9b11264366d2e8726098d6d86887e63f14e2cbce82532a2f84be"
|
||||||
|
preserve = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/modmenu.json"
|
||||||
|
hash = "efe9bf883a6144d418f1b7897b561ff381c7f901aa48808d12fbffe5e6e87474"
|
||||||
|
preserve = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/promenade/biomes.json"
|
||||||
|
hash = "77890535097a35f49635751dbfe27244140395e1f6034bbb22ee87860aeb372a"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/sodium-extra-options.json"
|
||||||
|
hash = "22fd8f88a34e6f792139136222152bbf87b3fc442cb51e3aa6cf05294220e96a"
|
||||||
|
preserve = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/sodium-options.json"
|
||||||
|
hash = "9c587743ac0285af17ab4839031817622424d53cf88fbc43fbaf2d8aae7116f3"
|
||||||
|
preserve = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/waila/waila_plugins.json"
|
||||||
|
hash = "394fd25489dc101edf130055d1cdbddb9fb62ae3a455aeec5c42bd9b14d22007"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/zoomify.json"
|
||||||
|
hash = "2337f9a02de1a13086e15cadefc75601d3cb7322721a164a02601a012c44f7f7"
|
||||||
|
preserve = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/adorn.toml"
|
file = "mods/adorn.toml"
|
||||||
hash = "cddfd55242436c0e571f7f3620d997a800d65e8aa17e6a8e866b48e03019d0de"
|
hash = "cddfd55242436c0e571f7f3620d997a800d65e8aa17e6a8e866b48e03019d0de"
|
||||||
|
@ -35,11 +107,6 @@ file = "mods/badpackets.toml"
|
||||||
hash = "d8fe226cd050b8c94fcb98819b2646a74863ad8d52fc22db37c29fe66e53996d"
|
hash = "d8fe226cd050b8c94fcb98819b2646a74863ad8d52fc22db37c29fe66e53996d"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/borderless-mining.toml"
|
|
||||||
hash = "bed51582473ebbd8dc843f53f255d01a52683fa1ecd710e59eabf6173a9bdc98"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/charm.toml"
|
file = "mods/charm.toml"
|
||||||
hash = "67813cd548cd798036ff54373aed8a09ede000f89be8d1990465661f523be7ee"
|
hash = "67813cd548cd798036ff54373aed8a09ede000f89be8d1990465661f523be7ee"
|
||||||
|
@ -180,11 +247,6 @@ file = "mods/modmenu.toml"
|
||||||
hash = "a73f71d58f3a3c5f01e86f32209d03d002f73768eedff9cb6f9cbd150ecb6361"
|
hash = "a73f71d58f3a3c5f01e86f32209d03d002f73768eedff9cb6f9cbd150ecb6361"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/mouse-wheelie.toml"
|
|
||||||
hash = "18e96dad454288e6de4eb8e8fb519c1147e67f49a629cfd005f1a28488be76a6"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/no-telemetry.toml"
|
file = "mods/no-telemetry.toml"
|
||||||
hash = "bcbc4091875a9f83813374950be1b9a1f89ac26f393afa54c85c29614069acf4"
|
hash = "bcbc4091875a9f83813374950be1b9a1f89ac26f393afa54c85c29614069acf4"
|
||||||
|
@ -259,3 +321,22 @@ metafile = true
|
||||||
file = "mods/zoomify.toml"
|
file = "mods/zoomify.toml"
|
||||||
hash = "63c9e989d5a5ff668ca6e0959d6a4d0378c0b51169450772de30ecaeedcce1ce"
|
hash = "63c9e989d5a5ff668ca6e0959d6a4d0378c0b51169450772de30ecaeedcce1ce"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "options.txt"
|
||||||
|
hash = "cc464073c7ce48b6086650ac24be0e8734016b08fc802b3dfa47fe4faec184b7"
|
||||||
|
preserve = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "resourcepacks/BetterLeaves.toml"
|
||||||
|
hash = "149e65e3787998bb0beb9a5e9b0e4ebc6534ff16b83ffee995d3f03f843a7e24"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "shaderpacks/ComplementaryShaders.toml"
|
||||||
|
hash = "5066fed9dad33da4f3fdba54edcdc426f34c4e9aadc62ad938a0ef15773ffeb0"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "shaderpacks/ComplementaryShaders.zip.txt"
|
||||||
|
hash = "3b29bd84b1ae2c66767a002d1b72c9d66df67954cf0b5706fe611abc98892118"
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Borderless Mining"
|
|
||||||
filename = "borderless-mining-1.1.2+1.18.2.jar"
|
|
||||||
side = "client"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/kYq5qkSL/versions/1.1.2+1.18.2/borderless-mining-1.1.2%2B1.18.2.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "2a7490d56d040529c86e0d1e4017cb825381bf78"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "kYq5qkSL"
|
|
||||||
version = "MJz6aK6t"
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Mouse Wheelie"
|
|
||||||
filename = "mousewheelie-1.8.8+mc1.18.2.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/u5Ic2U1u/versions/1.8.8+mc1.18.2/mousewheelie-1.8.8%2Bmc1.18.2.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "1f017c632284c23629f41a24130e47f4fa66353f"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "u5Ic2U1u"
|
|
||||||
version = "KMjUmnju"
|
|
30
visum/options.txt
Normal file
30
visum/options.txt
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
version:2975
|
||||||
|
autoJump:false
|
||||||
|
fov:0.5
|
||||||
|
gamma:0.5
|
||||||
|
renderDistance:16
|
||||||
|
guiScale:2
|
||||||
|
maxFps:120
|
||||||
|
graphicsMode:1
|
||||||
|
ao:2
|
||||||
|
resourcePacks:["vanilla","lambdabettergrass/default","continuity/default","continuity/glass_pane_culling_fix","charmonium/journeyman","minecraft/supporteatinganimation","file/Better-Leaves.zip"]
|
||||||
|
mipmapLevels:4
|
||||||
|
attackIndicator:1
|
||||||
|
tutorialStep:none
|
||||||
|
skipMultiplayerWarning:true
|
||||||
|
joinedFirstServer:true
|
||||||
|
key_key.saveToolbarActivator:key.keyboard.unknown
|
||||||
|
key_key.loadToolbarActivator:key.keyboard.unknown
|
||||||
|
key_key.charm.open_atlas:key.keyboard.unknown
|
||||||
|
key_raised.down:key.keyboard.unknown
|
||||||
|
key_raised.up:key.keyboard.unknown
|
||||||
|
key_key.waila.config:key.keyboard.unknown
|
||||||
|
key_key.waila.show_overlay:key.keyboard.unknown
|
||||||
|
key_key.waila.toggle_liquid:key.keyboard.unknown
|
||||||
|
key_key.waila.show_recipe_input:key.keyboard.u
|
||||||
|
key_key.waila.show_recipe_output:key.keyboard.r
|
||||||
|
key_zoomify.key.zoom:key.keyboard.c
|
||||||
|
key_zoomify.key.gui:key.keyboard.unknown
|
||||||
|
key_iris.keybind.reload:key.keyboard.unknown
|
||||||
|
key_iris.keybind.toggleShaders:key.keyboard.unknown
|
||||||
|
key_iris.keybind.shaderPackSelection:key.keyboard.unknown
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.0.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "09ae94fe0942cb742ea8095d10d6875f38e43834dd7cc54939138a8d2be7a25a"
|
hash = "0f3a4ccfdfdd28ebae7044e94d37ff9f962036b8bf81c262826861bd1cd8b75a"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.14.4"
|
fabric = "0.14.4"
|
||||||
|
|
9
visum/resourcepacks/BetterLeaves.toml
Normal file
9
visum/resourcepacks/BetterLeaves.toml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
name = "BetterLeaves"
|
||||||
|
filename = "Better-Leaves.zip"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://media.forgecdn.net/files/3759/621/Better-Leaves-6.2-1.13%2B.zip"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "0f901f13e0d07deec6cb19d8cba6ee50d4b43bfa"
|
||||||
|
|
9
visum/shaderpacks/ComplementaryShaders.toml
Normal file
9
visum/shaderpacks/ComplementaryShaders.toml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
name = "ComplementaryShaders"
|
||||||
|
filename = "ComplementaryShaders.zip"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://media.forgecdn.net/files/3685/89/ComplementaryShaders_v4.4.zip"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "00e28c19ac1ee7ac886d9930d4a73e674e564d82"
|
||||||
|
|
10
visum/shaderpacks/ComplementaryShaders.zip.txt
Normal file
10
visum/shaderpacks/ComplementaryShaders.zip.txt
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
#Wed May 11 15:52:29 CEST 2022
|
||||||
|
CLOUD_HEIGHT=40.0
|
||||||
|
CLOUD_AMOUNT=11.0
|
||||||
|
REFLECTION_RAIN=true
|
||||||
|
BLOCKLIGHT_FLICKER=true
|
||||||
|
CLOUD_SHADOW=true
|
||||||
|
CLOUD_SPEED=0.75
|
||||||
|
WATER_SPEED=0.90
|
||||||
|
COLORED_LIGHT_DEFINE=true
|
||||||
|
GALAXIES=true
|
Loading…
Add table
Reference in a new issue