modify gitignore
This commit is contained in:
204
config/axiom/.axiom.json.backup
Normal file
204
config/axiom/.axiom.json.backup
Normal file
@@ -0,0 +1,204 @@
|
||||
{
|
||||
"keybinds": {
|
||||
"regularKeybinds": {
|
||||
"rotateCamera": "mouseleft",
|
||||
"pickBlock": "mousemiddle",
|
||||
"useTool": "mouseright",
|
||||
"arcballCamera": "ctrl+mouseleft",
|
||||
"arcballCardinalSnap": "none",
|
||||
"panCamera": "ctrl+mouseright",
|
||||
"crosshairCamera": "mouseright",
|
||||
"adjustRadius": "ctrl+mousemiddle",
|
||||
"adjustSpeed": "none",
|
||||
"confirm": "enter",
|
||||
"undo": "ctrl+z",
|
||||
"redo": "ctrl+y",
|
||||
"copy": "ctrl+c",
|
||||
"copyWithAir": "none",
|
||||
"paste": "ctrl+v",
|
||||
"delete": "delete",
|
||||
"cut": "ctrl+x",
|
||||
"duplicate": "ctrl+j",
|
||||
"extrudePoint": "e",
|
||||
"saveBlueprint": "ctrl+p",
|
||||
"showSelection": "none",
|
||||
"showBiomes": "ctrl+b",
|
||||
"showAnnotations": "none",
|
||||
"showDisplayEntityGizmos": "none",
|
||||
"showMarkerEntityGizmos": "none",
|
||||
"showCollisionMesh": "none",
|
||||
"showLightBlocks": "none",
|
||||
"showStructureVoidBlocks": "none",
|
||||
"quickFill": "ctrl+f",
|
||||
"quickReplace": "ctrl+r",
|
||||
"rotatePlacement": "ctrl+r",
|
||||
"flipPlacement": "ctrl+f",
|
||||
"pasteAndSelect": "none",
|
||||
"moveQuick": "leftcontrol",
|
||||
"moveForward": "w",
|
||||
"moveLeft": "a",
|
||||
"moveBackward": "s",
|
||||
"moveRight": "d",
|
||||
"moveUp": "space",
|
||||
"moveDown": "leftshift",
|
||||
"copyIngame": "ctrl+c",
|
||||
"builderToolDelete": "delete",
|
||||
"nudgeForwards": "up",
|
||||
"nudgeBackwards": "down",
|
||||
"nudgeRight": "right",
|
||||
"nudgeLeft": "left",
|
||||
"nudgePlusY": "pageup",
|
||||
"nudgeMinusY": "pagedown",
|
||||
"selectView1": "ctrl+1",
|
||||
"selectView2": "ctrl+2",
|
||||
"selectView3": "ctrl+3",
|
||||
"selectView4": "ctrl+4",
|
||||
"selectView5": "ctrl+5",
|
||||
"selectView6": "ctrl+6",
|
||||
"selectView7": "ctrl+7",
|
||||
"selectView8": "ctrl+8",
|
||||
"selectView9": "ctrl+9"
|
||||
},
|
||||
"toolKeybinds": {
|
||||
"swap_to_last_tool": "none",
|
||||
"magic_select": "m",
|
||||
"box_select": "b",
|
||||
"freehand_select": "n",
|
||||
"lasso_select": "l",
|
||||
"ruler": "none",
|
||||
"annotation": "none",
|
||||
"painter": "p",
|
||||
"noise_painter": "o",
|
||||
"biome_painter": "none",
|
||||
"gradient_painter": "none",
|
||||
"script_brush": "none",
|
||||
"freehand_draw": "g",
|
||||
"sculpt_draw": "none",
|
||||
"rock": "h",
|
||||
"weld": "j",
|
||||
"melt": "k",
|
||||
"stamp": "none",
|
||||
"text": "none",
|
||||
"shape": "none",
|
||||
"path": "none",
|
||||
"modelling": "none",
|
||||
"floodfill": "none",
|
||||
"fluid_ball": "none",
|
||||
"elevation": "e",
|
||||
"slope": "none",
|
||||
"smooth": "u",
|
||||
"distort": "none",
|
||||
"roughen": "none",
|
||||
"shatter": "none",
|
||||
"extrude": "y",
|
||||
"modify": "none"
|
||||
}
|
||||
},
|
||||
"visuals": {
|
||||
"minBrightness": 0,
|
||||
"liquidOpacity": 100,
|
||||
"showBiomes": false,
|
||||
"showAnnotations": true,
|
||||
"showRuler": true,
|
||||
"keypressOverlay": false,
|
||||
"showKeyHints": true,
|
||||
"showBlockStateTooltip": true
|
||||
},
|
||||
"contextMenu": {
|
||||
"keybindMode": "HOLD",
|
||||
"autoSwapToCreative": true,
|
||||
"autoSwapToOtherHotbarWithItem": false,
|
||||
"globalHotbars": false
|
||||
},
|
||||
"capabilities": {
|
||||
"bulldozer": true,
|
||||
"replaceMode": false,
|
||||
"typeReplace": false,
|
||||
"forcePlace": false,
|
||||
"noUpdates": false,
|
||||
"tinker": true,
|
||||
"infiniteReach": false,
|
||||
"infiniteReachLimit": -1,
|
||||
"fastPlace": false,
|
||||
"angelPlacement": false,
|
||||
"noClip": false,
|
||||
"phantom": false
|
||||
},
|
||||
"blockAttributes": {
|
||||
"showCollisionMesh": false,
|
||||
"showLightBlocks": false,
|
||||
"showStructureVoidBlocks": false,
|
||||
"expandHitboxesToFullCube": false,
|
||||
"makeFluidHitboxesSolid": false,
|
||||
"preventInteractions": false
|
||||
},
|
||||
"movement": {
|
||||
"flightMomentum": 100,
|
||||
"flightDirection": "HORIZONTAL",
|
||||
"syncIngameMovementWithEditorUI": false,
|
||||
"separateFlightSpeeds": false
|
||||
},
|
||||
"builderTools": {
|
||||
"showBuilderToolSlot": true,
|
||||
"directionLock": true,
|
||||
"symmetryRange": 128
|
||||
},
|
||||
"entityManipulation": {
|
||||
"showDisplayEntities": true,
|
||||
"displayEntityRange": 8,
|
||||
"showMarkerEntities": true,
|
||||
"markerEntityRange": 24,
|
||||
"swapLeftRightClick": false
|
||||
},
|
||||
"editor": {
|
||||
"toolStabilization": 0.0,
|
||||
"clearToolWhenSwapping": true
|
||||
},
|
||||
"blueprint": {
|
||||
"automaticRefreshing": true,
|
||||
"recursiveSearch": false,
|
||||
"customPath": "",
|
||||
"defaultTags": "small,medium,large,massive,organic,structure,terrain,interior,house,tower,bridge,castle,statue,temple,monument,barn,stable,windmill,store,watermill,ship,airship,balloon,palace,watchtower,mansion,grave,marketplace,mine,obelisk,warehouse,silo,shipwreck,mausoleum,cemetery,bunker,airplane,helicopter,car,truck,vehicle,blacksmith,crypt,factory,mountain,cliff,rock,iceberg,spike,stone,wood,brick,natural,sand,metal,winter,spring,summer,autumn,tree,bush,mushroom,spruce,oak,birch,coniferous,deciduous,acacia,mangrove,cherryblossom,darkoak,jungle,baobab,azalea,cypress,coral,sapling,grass,seagrass,bamboo,flowers,animal,creature,dead,lamp,streetlight,brazier,bed,bookshelf,closet,table,chair,fireplace,carpet,fountain,clock,banner,flag,bell,modern,medieval,steampunk,gothic,oriental,victorian,fantasy,sci-fi,elven,dwarven,futuristic,retro,classic,rustic,baroque,rococo,industrial,artnouveau,artdeco,cyberpunk,space,arabic,indian,egyptian,greek,roman,norse,mesoamerican,japanese,western,spanish,tudor,spooky,pirate,dungeons,rubble,crates,redstone,wall,window,roof,stairs,pillar,arch,stairs,chimney,well"
|
||||
},
|
||||
"internal": {
|
||||
"nextUpdateNag": 0,
|
||||
"shownIntroduction": true,
|
||||
"showOpenConfigTip": true,
|
||||
"showOpenContextMenuTip": true,
|
||||
"showOpenEditorTip": true,
|
||||
"completedTutorials": [],
|
||||
"openEditorWindowTypes": [
|
||||
"tools",
|
||||
"tool_options",
|
||||
"palette",
|
||||
"inventory",
|
||||
"active_block",
|
||||
"history",
|
||||
"world_properties",
|
||||
"clipboard",
|
||||
"target_info"
|
||||
],
|
||||
"defaultLayout": "[Window][###Tools]\nPos\u003d0,0\nSize\u003d300,250\nCollapsed\u003d0\nDockId\u003d0x00000003,0\n\n[Window][###Tool Options]\nPos\u003d0,250\nSize\u003d300,750\nCollapsed\u003d0\nDockId\u003d0x00000004,0\n\n[Window][###Clipboard]\nPos\u003d1700,0\nSize\u003d300,200\nCollapsed\u003d0\nDockId\u003d0x0000000D,0\n\n[Window][###TargetInfo]\nPos\u003d1700,0\nSize\u003d300,200\nCollapsed\u003d0\nDockId\u003d0x0000000D,1\n\n[Window][###Palette]\nPos\u003d1700,200\nSize\u003d300,200\nCollapsed\u003d0\nDockId\u003d0x0000000E,0\n\n[Window][###ActiveBlock]\nPos\u003d1700,400\nSize\u003d300,100\nCollapsed\u003d0\nDockId\u003d0x0000000C,0\n\n[Window][###History]\nPos\u003d1700,500\nSize\u003d300,300\nCollapsed\u003d0\nDockId\u003d0x0000000A,0\n\n[Window][###WorldProperties]\nPos\u003d1700,800\nSize\u003d300,200\nCollapsed\u003d0\nDockId\u003d0x00000008,0\n\n[Docking][Data]\nDockSpace ID\u003d0x8B93E3BD Window\u003d0xA787BDB4 Pos\u003d0,0 Size\u003d2000,1000 Split\u003dX\nDockNode ID\u003d0x00000005 Parent\u003d0x8B93E3BD SizeRef\u003d1700,1000 Split\u003dX\n DockNode ID\u003d0x00000001 Parent\u003d0x00000005 SizeRef\u003d300,1000 Split\u003dY\n DockNode ID\u003d0x00000003 Parent\u003d0x00000001 SizeRef\u003d300,250 Selected\u003d0x80AFE82B\n DockNode ID\u003d0x00000004 Parent\u003d0x00000001 SizeRef\u003d300,750 Selected\u003d0xECA27DCB\n DockNode ID\u003d0x00000002 Parent\u003d0x00000005 SizeRef\u003d1400,1000 CentralNode\u003d1 Selected\u003d0x1F1A625A\nDockNode ID\u003d0x00000006 Parent\u003d0x8B93E3BD SizeRef\u003d300,1000 Split\u003dY Selected\u003d0x34064FA7\n DockNode ID\u003d0x00000007 Parent\u003d0x00000006 SizeRef\u003d300,800 Split\u003dY Selected\u003d0x34064FA7\n DockNode ID\u003d0x00000009 Parent\u003d0x00000007 SizeRef\u003d300,500 Split\u003dY Selected\u003d0x34064FA7\n DockNode ID\u003d0x0000000B Parent\u003d0x00000009 SizeRef\u003d300,400 Split\u003dY Selected\u003d0x34064FA7\n DockNode ID\u003d0x0000000D Parent\u003d0x0000000B SizeRef\u003d300,200 Selected\u003d0x34064FA7\n DockNode ID\u003d0x0000000E Parent\u003d0x0000000B SizeRef\u003d300,200 Selected\u003d0x1E514AEA\n DockNode ID\u003d0x0000000C Parent\u003d0x00000009 SizeRef\u003d300,100 Selected\u003d0x1D216E21\n DockNode ID\u003d0x0000000A Parent\u003d0x00000007 SizeRef\u003d300,300 Selected\u003d0xFE0E9DDF\n DockNode ID\u003d0x00000008 Parent\u003d0x00000006 SizeRef\u003d300,200 Selected\u003d0x602D8B84",
|
||||
"lastTranslationCount": 51669,
|
||||
"globalScale": 1.0,
|
||||
"savedCustomTheme": "ASel0AAAlJbUd1aURhcmsAAA\u003d\u003d",
|
||||
"showCloseWindowButton": false,
|
||||
"showToolMaskOpenWarning": true,
|
||||
"showNon90DegreeRotationWarning": true,
|
||||
"showQuickReplaceCtrlClickTip": true,
|
||||
"dockedInventoryWithPalette": false,
|
||||
"rootEditorPalette": {
|
||||
"blocks": [],
|
||||
"subcategories": {}
|
||||
},
|
||||
"customDowngradeSuggestions": {},
|
||||
"invertCameraRotate": false,
|
||||
"useCenterOfScreenForArcball": false,
|
||||
"pickBlockDrag": true,
|
||||
"cutAlsoCopiesToClipboard": false,
|
||||
"useVanillaMovementForEditor": true,
|
||||
"tallGrassIsActuallyNotTall": false,
|
||||
"disableChunkRenderOverrider": false,
|
||||
"hadEditorUIOpen": false
|
||||
}
|
||||
}
|
||||
32
config/axiom/.axiominternal.hocon
Normal file
32
config/axiom/.axiominternal.hocon
Normal file
@@ -0,0 +1,32 @@
|
||||
completedTutorials=[
|
||||
introduction,
|
||||
"box_select_tool",
|
||||
"magic_select_tool",
|
||||
selection
|
||||
]
|
||||
customDowngradeSuggestions=[]
|
||||
defaultLayout="[Window][###Tools]\nPos=0,0\nSize=300,250\nCollapsed=0\nDockId=0x00000003,0\n\n[Window][###Tool Options]\nPos=0,250\nSize=300,750\nCollapsed=0\nDockId=0x00000004,0\n\n[Window][###Clipboard]\nPos=1700,0\nSize=300,200\nCollapsed=0\nDockId=0x0000000D,0\n\n[Window][###TargetInfo]\nPos=1700,0\nSize=300,200\nCollapsed=0\nDockId=0x0000000D,1\n\n[Window][###Palette]\nPos=1700,200\nSize=300,200\nCollapsed=0\nDockId=0x0000000E,0\n\n[Window][###ActiveBlock]\nPos=1700,400\nSize=300,100\nCollapsed=0\nDockId=0x0000000C,0\n\n[Window][###History]\nPos=1700,500\nSize=300,300\nCollapsed=0\nDockId=0x0000000A,0\n\n[Window][###WorldProperties]\nPos=1700,800\nSize=300,200\nCollapsed=0\nDockId=0x00000008,0\n\n[Docking][Data]\nDockSpace ID=0x8B93E3BD Window=0xA787BDB4 Pos=0,0 Size=2000,1000 Split=X\nDockNode ID=0x00000005 Parent=0x8B93E3BD SizeRef=1700,1000 Split=X\n DockNode ID=0x00000001 Parent=0x00000005 SizeRef=300,1000 Split=Y\n DockNode ID=0x00000003 Parent=0x00000001 SizeRef=300,250 Selected=0x80AFE82B\n DockNode ID=0x00000004 Parent=0x00000001 SizeRef=300,750 Selected=0xECA27DCB\n DockNode ID=0x00000002 Parent=0x00000005 SizeRef=1400,1000 CentralNode=1 Selected=0x1F1A625A\nDockNode ID=0x00000006 Parent=0x8B93E3BD SizeRef=300,1000 Split=Y Selected=0x34064FA7\n DockNode ID=0x00000007 Parent=0x00000006 SizeRef=300,800 Split=Y Selected=0x34064FA7\n DockNode ID=0x00000009 Parent=0x00000007 SizeRef=300,500 Split=Y Selected=0x34064FA7\n DockNode ID=0x0000000B Parent=0x00000009 SizeRef=300,400 Split=Y Selected=0x34064FA7\n DockNode ID=0x0000000D Parent=0x0000000B SizeRef=300,200 Selected=0x34064FA7\n DockNode ID=0x0000000E Parent=0x0000000B SizeRef=300,200 Selected=0x1E514AEA\n DockNode ID=0x0000000C Parent=0x00000009 SizeRef=300,100 Selected=0x1D216E21\n DockNode ID=0x0000000A Parent=0x00000007 SizeRef=300,300 Selected=0xFE0E9DDF\n DockNode ID=0x00000008 Parent=0x00000006 SizeRef=300,200 Selected=0x602D8B84"
|
||||
dockedInventoryWithPalette=true
|
||||
globalScale=1
|
||||
lastTranslationCount=51669
|
||||
nextUpdateNag=1758469735616
|
||||
openEditorWindowTypes=[
|
||||
tools,
|
||||
"tool_options",
|
||||
palette,
|
||||
inventory,
|
||||
"active_block",
|
||||
history,
|
||||
"world_properties",
|
||||
clipboard,
|
||||
"target_info"
|
||||
]
|
||||
rootEditorPalette {
|
||||
blocks=[]
|
||||
}
|
||||
savedCustomTheme="ASel0AAAlJbUd1aURhcmsAAA=="
|
||||
showCloseWindowButton=false
|
||||
showNon90DegreeRotationWarning=true
|
||||
showQuickReplaceCtrlClickTip=true
|
||||
showToolMaskOpenWarning=true
|
||||
shownIntroduction=true
|
||||
175
config/axiom/axiom.hocon
Normal file
175
config/axiom/axiom.hocon
Normal file
@@ -0,0 +1,175 @@
|
||||
# Axiom Configuration
|
||||
|
||||
blockAttributes {
|
||||
expandHitboxesToFullCube=false
|
||||
makeFluidHitboxesSolid=false
|
||||
preventInteractions=false
|
||||
showCollisionMesh=false
|
||||
showLightBlocks=false
|
||||
showStructureVoidBlocks=false
|
||||
}
|
||||
blueprint {
|
||||
# Automatically refresh loaded blueprints
|
||||
automaticRefreshing=true
|
||||
# Custom path for the blueprint browser
|
||||
customPath=""
|
||||
# Default tags that are recommended when creating a blueprint
|
||||
defaultTags="small,medium,large,massive,organic,structure,terrain,interior,house,tower,bridge,castle,statue,temple,monument,barn,stable,windmill,store,watermill,ship,airship,balloon,palace,watchtower,mansion,grave,marketplace,mine,obelisk,warehouse,silo,shipwreck,mausoleum,cemetery,bunker,airplane,helicopter,car,truck,vehicle,blacksmith,crypt,factory,mountain,cliff,rock,iceberg,spike,stone,wood,brick,natural,sand,metal,winter,spring,summer,autumn,tree,bush,mushroom,spruce,oak,birch,coniferous,deciduous,acacia,mangrove,cherryblossom,darkoak,jungle,baobab,azalea,cypress,coral,sapling,grass,seagrass,bamboo,flowers,animal,creature,dead,lamp,streetlight,brazier,bed,bookshelf,closet,table,chair,fireplace,carpet,fountain,clock,banner,flag,bell,modern,medieval,steampunk,gothic,oriental,victorian,fantasy,sci-fi,elven,dwarven,futuristic,retro,classic,rustic,baroque,rococo,industrial,artnouveau,artdeco,cyberpunk,space,arabic,indian,egyptian,greek,roman,norse,mesoamerican,japanese,western,spanish,tudor,spooky,pirate,dungeons,rubble,crates,redstone,wall,window,roof,stairs,pillar,arch,stairs,chimney,well"
|
||||
# Search for blueprints inside all folders
|
||||
recursiveSearch=false
|
||||
}
|
||||
# Capabilities modify the way the player moves and interacts with the world
|
||||
capabilities {
|
||||
allowClickingHistoryInEditor=false
|
||||
altMenuToggleInsteadOfHold=false
|
||||
# Place blocks in mid-air
|
||||
angelPlacement=false
|
||||
# Automatically swap to creative when opening the Context Menu
|
||||
autoSwapToCreative=true
|
||||
autoSwapToOtherHotbarWithItem=false
|
||||
# Hold down left-click to break blocks very fast
|
||||
bulldozer=false
|
||||
# Place blocks very fast in a controlled manner
|
||||
fastPlace=false
|
||||
flightCameraDirection=false
|
||||
flightMomentum=0
|
||||
# Bypass block placement restrictions
|
||||
forcePlace=false
|
||||
# Removes the reach limit
|
||||
infiniteReach=false
|
||||
infiniteReachLimit=-1
|
||||
# Move through blocks while flying
|
||||
noClip=false
|
||||
# Prevent triggering neighbor updates when placing/breaking
|
||||
noUpdates=false
|
||||
# Right-click blocks to replace them with the held block
|
||||
replaceMode=false
|
||||
separateEditorAndGameFlightSpeed=false
|
||||
# Various useful interactions when right-clicking with your fist
|
||||
tinker=false
|
||||
typeReplace=false
|
||||
}
|
||||
keybinds {
|
||||
adjustRadius="ctrl+mousemiddle"
|
||||
adjustSpeed=none
|
||||
arcballCamera="ctrl+mouseleft"
|
||||
arcballCardinalSnap=none
|
||||
builderToolDelete=delete
|
||||
builderToolDirectionLock=true
|
||||
confirm=enter
|
||||
copy="ctrl+c"
|
||||
copyIngame="ctrl+c"
|
||||
copyWithAir=none
|
||||
crosshairCamera=mouseright
|
||||
cut="ctrl+x"
|
||||
cutAlsoCopiesToClipboard=false
|
||||
delete=delete
|
||||
duplicate="ctrl+j"
|
||||
extrudePoint=e
|
||||
flipPlacement="ctrl+f"
|
||||
invertCameraRotate=false
|
||||
moveBackward=s
|
||||
moveDown=leftshift
|
||||
moveForward=w
|
||||
moveLeft=a
|
||||
moveQuick=leftcontrol
|
||||
moveRight=d
|
||||
moveUp=space
|
||||
nudgeBackwards=down
|
||||
nudgeForwards=up
|
||||
nudgeLeft=left
|
||||
nudgeMinusY=pagedown
|
||||
nudgePlusY=pageup
|
||||
nudgeRight=right
|
||||
panCamera="ctrl+mouseright"
|
||||
paste="ctrl+v"
|
||||
pasteAndSelect=none
|
||||
pickBlock=mousemiddle
|
||||
pickBlockDrag=true
|
||||
quickFill="ctrl+f"
|
||||
quickReplace="ctrl+r"
|
||||
redo="ctrl+y"
|
||||
rotateCamera=mouseleft
|
||||
rotatePlacement="ctrl+r"
|
||||
saveBlueprint="ctrl+p"
|
||||
selectView1="ctrl+1"
|
||||
selectView2="ctrl+2"
|
||||
selectView3="ctrl+3"
|
||||
selectView4="ctrl+4"
|
||||
selectView5="ctrl+5"
|
||||
selectView6="ctrl+6"
|
||||
selectView7="ctrl+7"
|
||||
selectView8="ctrl+8"
|
||||
selectView9="ctrl+9"
|
||||
showAnnotations=none
|
||||
showBiomes="ctrl+b"
|
||||
showCollisionMesh=none
|
||||
showDisplayEntityGizmos=none
|
||||
showLightBlocks=none
|
||||
showMarkerEntityGizmos=none
|
||||
showSelection=none
|
||||
showStructureVoidBlocks=none
|
||||
swapLeftRightClickDisplayEntities=false
|
||||
toolKeybinds {
|
||||
annotation=none
|
||||
"biome_painter"=none
|
||||
"box_select"=b
|
||||
distort=none
|
||||
elevation=e
|
||||
extrude=y
|
||||
floodfill=none
|
||||
"fluid_ball"=none
|
||||
"freehand_draw"=g
|
||||
"freehand_select"=n
|
||||
"gradient_painter"=none
|
||||
"lasso_select"=l
|
||||
"magic_select"=m
|
||||
melt=k
|
||||
modelling=none
|
||||
modify=none
|
||||
"noise_painter"=o
|
||||
painter=p
|
||||
path=none
|
||||
rock=h
|
||||
roughen=none
|
||||
ruler=none
|
||||
"script_brush"=none
|
||||
"sculpt_draw"=none
|
||||
shape=none
|
||||
shatter=none
|
||||
slope=none
|
||||
smooth=u
|
||||
stamp=none
|
||||
"swap_to_last_tool"=none
|
||||
text=none
|
||||
weld=j
|
||||
}
|
||||
toolSmoothSteps=0
|
||||
undo="ctrl+z"
|
||||
useCenterOfScreenForArcball=false
|
||||
useEnhancedFlight=true
|
||||
useTool=mouseright
|
||||
useVanillaMovement=true
|
||||
}
|
||||
rendering {
|
||||
# Disables the chunk render overrider, for compatibility
|
||||
disableChunkRenderOverrider=false
|
||||
# Shows keypresses on the screen
|
||||
keypressOverlay=false
|
||||
# Liquid opacity multiplier
|
||||
liquidOpacity=1
|
||||
# Minimum brightness level. 0.0 = default, 1.0 = fullbright
|
||||
minBrightness=0
|
||||
# Shows annotations created with the Annotation Tool
|
||||
showAnnotations=true
|
||||
# Shows the builder tool slot next to your hotbar. If disabled, builder tools can still be accessed using the keybind (default '0')
|
||||
showBuilderToolSlot=true
|
||||
# Shows gizmos for display entities, allowing you to modify them
|
||||
showDisplayEntities=true
|
||||
# Shows hints in the bottom right corner of the screen
|
||||
showKeyHints=true
|
||||
# Shows gizmos for marker entities, allowing you to modify them
|
||||
showMarkerEntities=true
|
||||
# Shows ruler measurements created by the Ruler Tool
|
||||
showRuler=true
|
||||
}
|
||||
204
config/axiom/axiom.json
Normal file
204
config/axiom/axiom.json
Normal file
@@ -0,0 +1,204 @@
|
||||
{
|
||||
"keybinds": {
|
||||
"regularKeybinds": {
|
||||
"rotateCamera": "mouseleft",
|
||||
"pickBlock": "mousemiddle",
|
||||
"useTool": "mouseright",
|
||||
"arcballCamera": "ctrl+mouseleft",
|
||||
"arcballCardinalSnap": "none",
|
||||
"panCamera": "ctrl+mouseright",
|
||||
"crosshairCamera": "mouseright",
|
||||
"adjustRadius": "ctrl+mousemiddle",
|
||||
"adjustSpeed": "none",
|
||||
"confirm": "enter",
|
||||
"undo": "ctrl+z",
|
||||
"redo": "ctrl+y",
|
||||
"copy": "ctrl+c",
|
||||
"copyWithAir": "none",
|
||||
"paste": "ctrl+v",
|
||||
"delete": "delete",
|
||||
"cut": "ctrl+x",
|
||||
"duplicate": "ctrl+j",
|
||||
"extrudePoint": "e",
|
||||
"saveBlueprint": "ctrl+p",
|
||||
"showSelection": "none",
|
||||
"showBiomes": "ctrl+b",
|
||||
"showAnnotations": "none",
|
||||
"showDisplayEntityGizmos": "none",
|
||||
"showMarkerEntityGizmos": "none",
|
||||
"showCollisionMesh": "none",
|
||||
"showLightBlocks": "none",
|
||||
"showStructureVoidBlocks": "none",
|
||||
"quickFill": "ctrl+f",
|
||||
"quickReplace": "ctrl+r",
|
||||
"rotatePlacement": "ctrl+r",
|
||||
"flipPlacement": "ctrl+f",
|
||||
"pasteAndSelect": "none",
|
||||
"moveQuick": "leftcontrol",
|
||||
"moveForward": "w",
|
||||
"moveLeft": "a",
|
||||
"moveBackward": "s",
|
||||
"moveRight": "d",
|
||||
"moveUp": "space",
|
||||
"moveDown": "leftshift",
|
||||
"copyIngame": "ctrl+c",
|
||||
"builderToolDelete": "delete",
|
||||
"nudgeForwards": "up",
|
||||
"nudgeBackwards": "down",
|
||||
"nudgeRight": "right",
|
||||
"nudgeLeft": "left",
|
||||
"nudgePlusY": "pageup",
|
||||
"nudgeMinusY": "pagedown",
|
||||
"selectView1": "ctrl+1",
|
||||
"selectView2": "ctrl+2",
|
||||
"selectView3": "ctrl+3",
|
||||
"selectView4": "ctrl+4",
|
||||
"selectView5": "ctrl+5",
|
||||
"selectView6": "ctrl+6",
|
||||
"selectView7": "ctrl+7",
|
||||
"selectView8": "ctrl+8",
|
||||
"selectView9": "ctrl+9"
|
||||
},
|
||||
"toolKeybinds": {
|
||||
"swap_to_last_tool": "none",
|
||||
"magic_select": "m",
|
||||
"box_select": "b",
|
||||
"freehand_select": "n",
|
||||
"lasso_select": "l",
|
||||
"ruler": "none",
|
||||
"annotation": "none",
|
||||
"painter": "p",
|
||||
"noise_painter": "o",
|
||||
"biome_painter": "none",
|
||||
"gradient_painter": "none",
|
||||
"script_brush": "none",
|
||||
"freehand_draw": "g",
|
||||
"sculpt_draw": "none",
|
||||
"rock": "h",
|
||||
"weld": "j",
|
||||
"melt": "k",
|
||||
"stamp": "none",
|
||||
"text": "none",
|
||||
"shape": "none",
|
||||
"path": "none",
|
||||
"modelling": "none",
|
||||
"floodfill": "none",
|
||||
"fluid_ball": "none",
|
||||
"elevation": "e",
|
||||
"slope": "none",
|
||||
"smooth": "u",
|
||||
"distort": "none",
|
||||
"roughen": "none",
|
||||
"shatter": "none",
|
||||
"extrude": "y",
|
||||
"modify": "none"
|
||||
}
|
||||
},
|
||||
"visuals": {
|
||||
"minBrightness": 0,
|
||||
"liquidOpacity": 100,
|
||||
"showBiomes": false,
|
||||
"showAnnotations": true,
|
||||
"showRuler": true,
|
||||
"keypressOverlay": false,
|
||||
"showKeyHints": true,
|
||||
"showBlockStateTooltip": true
|
||||
},
|
||||
"contextMenu": {
|
||||
"keybindMode": "HOLD",
|
||||
"autoSwapToCreative": true,
|
||||
"autoSwapToOtherHotbarWithItem": false,
|
||||
"globalHotbars": false
|
||||
},
|
||||
"capabilities": {
|
||||
"bulldozer": true,
|
||||
"replaceMode": false,
|
||||
"typeReplace": false,
|
||||
"forcePlace": false,
|
||||
"noUpdates": false,
|
||||
"tinker": true,
|
||||
"infiniteReach": false,
|
||||
"infiniteReachLimit": -1,
|
||||
"fastPlace": false,
|
||||
"angelPlacement": false,
|
||||
"noClip": false,
|
||||
"phantom": false
|
||||
},
|
||||
"blockAttributes": {
|
||||
"showCollisionMesh": false,
|
||||
"showLightBlocks": false,
|
||||
"showStructureVoidBlocks": false,
|
||||
"expandHitboxesToFullCube": false,
|
||||
"makeFluidHitboxesSolid": false,
|
||||
"preventInteractions": false
|
||||
},
|
||||
"movement": {
|
||||
"flightMomentum": 100,
|
||||
"flightDirection": "HORIZONTAL",
|
||||
"syncIngameMovementWithEditorUI": false,
|
||||
"separateFlightSpeeds": false
|
||||
},
|
||||
"builderTools": {
|
||||
"showBuilderToolSlot": true,
|
||||
"directionLock": true,
|
||||
"symmetryRange": 128
|
||||
},
|
||||
"entityManipulation": {
|
||||
"showDisplayEntities": true,
|
||||
"displayEntityRange": 8,
|
||||
"showMarkerEntities": true,
|
||||
"markerEntityRange": 24,
|
||||
"swapLeftRightClick": false
|
||||
},
|
||||
"editor": {
|
||||
"toolStabilization": 0.0,
|
||||
"clearToolWhenSwapping": true
|
||||
},
|
||||
"blueprint": {
|
||||
"automaticRefreshing": true,
|
||||
"recursiveSearch": false,
|
||||
"customPath": "",
|
||||
"defaultTags": "small,medium,large,massive,organic,structure,terrain,interior,house,tower,bridge,castle,statue,temple,monument,barn,stable,windmill,store,watermill,ship,airship,balloon,palace,watchtower,mansion,grave,marketplace,mine,obelisk,warehouse,silo,shipwreck,mausoleum,cemetery,bunker,airplane,helicopter,car,truck,vehicle,blacksmith,crypt,factory,mountain,cliff,rock,iceberg,spike,stone,wood,brick,natural,sand,metal,winter,spring,summer,autumn,tree,bush,mushroom,spruce,oak,birch,coniferous,deciduous,acacia,mangrove,cherryblossom,darkoak,jungle,baobab,azalea,cypress,coral,sapling,grass,seagrass,bamboo,flowers,animal,creature,dead,lamp,streetlight,brazier,bed,bookshelf,closet,table,chair,fireplace,carpet,fountain,clock,banner,flag,bell,modern,medieval,steampunk,gothic,oriental,victorian,fantasy,sci-fi,elven,dwarven,futuristic,retro,classic,rustic,baroque,rococo,industrial,artnouveau,artdeco,cyberpunk,space,arabic,indian,egyptian,greek,roman,norse,mesoamerican,japanese,western,spanish,tudor,spooky,pirate,dungeons,rubble,crates,redstone,wall,window,roof,stairs,pillar,arch,stairs,chimney,well"
|
||||
},
|
||||
"internal": {
|
||||
"nextUpdateNag": 0,
|
||||
"shownIntroduction": true,
|
||||
"showOpenConfigTip": true,
|
||||
"showOpenContextMenuTip": true,
|
||||
"showOpenEditorTip": true,
|
||||
"completedTutorials": [],
|
||||
"openEditorWindowTypes": [
|
||||
"tools",
|
||||
"tool_options",
|
||||
"palette",
|
||||
"inventory",
|
||||
"active_block",
|
||||
"history",
|
||||
"world_properties",
|
||||
"clipboard",
|
||||
"target_info"
|
||||
],
|
||||
"defaultLayout": "[Window][###Tools]\nPos\u003d0,0\nSize\u003d300,250\nCollapsed\u003d0\nDockId\u003d0x00000003,0\n\n[Window][###Tool Options]\nPos\u003d0,250\nSize\u003d300,750\nCollapsed\u003d0\nDockId\u003d0x00000004,0\n\n[Window][###Clipboard]\nPos\u003d1700,0\nSize\u003d300,200\nCollapsed\u003d0\nDockId\u003d0x0000000D,0\n\n[Window][###TargetInfo]\nPos\u003d1700,0\nSize\u003d300,200\nCollapsed\u003d0\nDockId\u003d0x0000000D,1\n\n[Window][###Palette]\nPos\u003d1700,200\nSize\u003d300,200\nCollapsed\u003d0\nDockId\u003d0x0000000E,0\n\n[Window][###ActiveBlock]\nPos\u003d1700,400\nSize\u003d300,100\nCollapsed\u003d0\nDockId\u003d0x0000000C,0\n\n[Window][###History]\nPos\u003d1700,500\nSize\u003d300,300\nCollapsed\u003d0\nDockId\u003d0x0000000A,0\n\n[Window][###WorldProperties]\nPos\u003d1700,800\nSize\u003d300,200\nCollapsed\u003d0\nDockId\u003d0x00000008,0\n\n[Docking][Data]\nDockSpace ID\u003d0x8B93E3BD Window\u003d0xA787BDB4 Pos\u003d0,0 Size\u003d2000,1000 Split\u003dX\nDockNode ID\u003d0x00000005 Parent\u003d0x8B93E3BD SizeRef\u003d1700,1000 Split\u003dX\n DockNode ID\u003d0x00000001 Parent\u003d0x00000005 SizeRef\u003d300,1000 Split\u003dY\n DockNode ID\u003d0x00000003 Parent\u003d0x00000001 SizeRef\u003d300,250 Selected\u003d0x80AFE82B\n DockNode ID\u003d0x00000004 Parent\u003d0x00000001 SizeRef\u003d300,750 Selected\u003d0xECA27DCB\n DockNode ID\u003d0x00000002 Parent\u003d0x00000005 SizeRef\u003d1400,1000 CentralNode\u003d1 Selected\u003d0x1F1A625A\nDockNode ID\u003d0x00000006 Parent\u003d0x8B93E3BD SizeRef\u003d300,1000 Split\u003dY Selected\u003d0x34064FA7\n DockNode ID\u003d0x00000007 Parent\u003d0x00000006 SizeRef\u003d300,800 Split\u003dY Selected\u003d0x34064FA7\n DockNode ID\u003d0x00000009 Parent\u003d0x00000007 SizeRef\u003d300,500 Split\u003dY Selected\u003d0x34064FA7\n DockNode ID\u003d0x0000000B Parent\u003d0x00000009 SizeRef\u003d300,400 Split\u003dY Selected\u003d0x34064FA7\n DockNode ID\u003d0x0000000D Parent\u003d0x0000000B SizeRef\u003d300,200 Selected\u003d0x34064FA7\n DockNode ID\u003d0x0000000E Parent\u003d0x0000000B SizeRef\u003d300,200 Selected\u003d0x1E514AEA\n DockNode ID\u003d0x0000000C Parent\u003d0x00000009 SizeRef\u003d300,100 Selected\u003d0x1D216E21\n DockNode ID\u003d0x0000000A Parent\u003d0x00000007 SizeRef\u003d300,300 Selected\u003d0xFE0E9DDF\n DockNode ID\u003d0x00000008 Parent\u003d0x00000006 SizeRef\u003d300,200 Selected\u003d0x602D8B84",
|
||||
"lastTranslationCount": 51669,
|
||||
"globalScale": 1.0,
|
||||
"savedCustomTheme": "ASel0AAAlJbUd1aURhcmsAAA\u003d\u003d",
|
||||
"showCloseWindowButton": false,
|
||||
"showToolMaskOpenWarning": true,
|
||||
"showNon90DegreeRotationWarning": true,
|
||||
"showQuickReplaceCtrlClickTip": true,
|
||||
"dockedInventoryWithPalette": false,
|
||||
"rootEditorPalette": {
|
||||
"blocks": [],
|
||||
"subcategories": {}
|
||||
},
|
||||
"customDowngradeSuggestions": {},
|
||||
"invertCameraRotate": false,
|
||||
"useCenterOfScreenForArcball": false,
|
||||
"pickBlockDrag": true,
|
||||
"cutAlsoCopiesToClipboard": false,
|
||||
"useVanillaMovementForEditor": true,
|
||||
"tallGrassIsActuallyNotTall": false,
|
||||
"disableChunkRenderOverrider": false,
|
||||
"hadEditorUIOpen": false
|
||||
}
|
||||
}
|
||||
81
config/axiom/imgui.ini
Normal file
81
config/axiom/imgui.ini
Normal file
@@ -0,0 +1,81 @@
|
||||
[Window][###Tools]
|
||||
Pos=0,22
|
||||
Size=300,337
|
||||
Collapsed=0
|
||||
DockId=0x00000003,0
|
||||
|
||||
[Window][###Tool Options]
|
||||
Pos=0,361
|
||||
Size=300,1012
|
||||
Collapsed=0
|
||||
DockId=0x00000004,0
|
||||
|
||||
[Window][###Clipboard]
|
||||
Pos=2244,22
|
||||
Size=300,268
|
||||
Collapsed=0
|
||||
DockId=0x0000000D,0
|
||||
|
||||
[Window][###TargetInfo]
|
||||
Pos=2244,22
|
||||
Size=300,268
|
||||
Collapsed=0
|
||||
DockId=0x0000000D,1
|
||||
|
||||
[Window][###Palette]
|
||||
Pos=2244,292
|
||||
Size=300,267
|
||||
Collapsed=0
|
||||
DockId=0x0000000E,0
|
||||
|
||||
[Window][###ActiveBlock]
|
||||
Pos=2244,561
|
||||
Size=300,134
|
||||
Collapsed=0
|
||||
DockId=0x0000000C,0
|
||||
|
||||
[Window][###History]
|
||||
Pos=2244,697
|
||||
Size=300,404
|
||||
Collapsed=0
|
||||
DockId=0x0000000A,0
|
||||
|
||||
[Window][###WorldProperties]
|
||||
Pos=2244,1103
|
||||
Size=300,270
|
||||
Collapsed=0
|
||||
DockId=0x00000008,0
|
||||
|
||||
[Window][DockSpaceViewport_11111111]
|
||||
Pos=0,22
|
||||
Size=2544,1351
|
||||
Collapsed=0
|
||||
|
||||
[Window][###Inventory]
|
||||
Pos=2244,292
|
||||
Size=300,267
|
||||
Collapsed=0
|
||||
DockId=0x0000000E,1
|
||||
|
||||
[Window][Debug##Default]
|
||||
Pos=60,60
|
||||
Size=400,400
|
||||
Collapsed=0
|
||||
|
||||
[Docking][Data]
|
||||
DockSpace ID=0x8B93E3BD Window=0xA787BDB4 Pos=0,22 Size=2544,1351 Split=X
|
||||
DockNode ID=0x00000005 Parent=0x8B93E3BD SizeRef=1700,1000 Split=X
|
||||
DockNode ID=0x00000001 Parent=0x00000005 SizeRef=300,1000 Split=Y
|
||||
DockNode ID=0x00000003 Parent=0x00000001 SizeRef=300,250 Selected=0x80AFE82B
|
||||
DockNode ID=0x00000004 Parent=0x00000001 SizeRef=300,750 Selected=0xECA27DCB
|
||||
DockNode ID=0x00000002 Parent=0x00000005 SizeRef=1400,1000 CentralNode=1 NoTabBar=1 Selected=0x1F1A625A
|
||||
DockNode ID=0x00000006 Parent=0x8B93E3BD SizeRef=300,1000 Split=Y Selected=0x34064FA7
|
||||
DockNode ID=0x00000007 Parent=0x00000006 SizeRef=300,800 Split=Y Selected=0x34064FA7
|
||||
DockNode ID=0x00000009 Parent=0x00000007 SizeRef=300,500 Split=Y Selected=0x34064FA7
|
||||
DockNode ID=0x0000000B Parent=0x00000009 SizeRef=300,400 Split=Y Selected=0x34064FA7
|
||||
DockNode ID=0x0000000D Parent=0x0000000B SizeRef=300,200 Selected=0x444DCCF9
|
||||
DockNode ID=0x0000000E Parent=0x0000000B SizeRef=300,200 Selected=0x1E514AEA
|
||||
DockNode ID=0x0000000C Parent=0x00000009 SizeRef=300,100 Selected=0x1D216E21
|
||||
DockNode ID=0x0000000A Parent=0x00000007 SizeRef=300,300 Selected=0xFE0E9DDF
|
||||
DockNode ID=0x00000008 Parent=0x00000006 SizeRef=300,200 Selected=0x602D8B84
|
||||
|
||||
BIN
config/axiom/translations.zip
Normal file
BIN
config/axiom/translations.zip
Normal file
Binary file not shown.
9
config/fabric/indigo-renderer.properties
Normal file
9
config/fabric/indigo-renderer.properties
Normal file
@@ -0,0 +1,9 @@
|
||||
#Indigo properties file
|
||||
#Fri Sep 19 16:39:59 SAMT 2025
|
||||
always-tesselate-blocks=auto
|
||||
ambient-occlusion-mode=hybrid
|
||||
debug-compare-lighting=auto
|
||||
fix-exterior-vertex-lighting=auto
|
||||
fix-luminous-block-ambient-occlusion=auto
|
||||
fix-mean-light-calculation=auto
|
||||
fix-smooth-lighting-offset=auto
|
||||
1
config/plasmovoice/.crowdin/de_de.json
Normal file
1
config/plasmovoice/.crowdin/de_de.json
Normal file
File diff suppressed because one or more lines are too long
1
config/plasmovoice/.crowdin/es_es.json
Normal file
1
config/plasmovoice/.crowdin/es_es.json
Normal file
File diff suppressed because one or more lines are too long
1
config/plasmovoice/.crowdin/fr_fr.json
Normal file
1
config/plasmovoice/.crowdin/fr_fr.json
Normal file
File diff suppressed because one or more lines are too long
1
config/plasmovoice/.crowdin/he_il.json
Normal file
1
config/plasmovoice/.crowdin/he_il.json
Normal file
File diff suppressed because one or more lines are too long
1
config/plasmovoice/.crowdin/ja_jp.json
Normal file
1
config/plasmovoice/.crowdin/ja_jp.json
Normal file
File diff suppressed because one or more lines are too long
1
config/plasmovoice/.crowdin/ko_kr.json
Normal file
1
config/plasmovoice/.crowdin/ko_kr.json
Normal file
File diff suppressed because one or more lines are too long
1
config/plasmovoice/.crowdin/pl_pl.json
Normal file
1
config/plasmovoice/.crowdin/pl_pl.json
Normal file
File diff suppressed because one or more lines are too long
1
config/plasmovoice/.crowdin/pt_br.json
Normal file
1
config/plasmovoice/.crowdin/pt_br.json
Normal file
File diff suppressed because one or more lines are too long
1
config/plasmovoice/.crowdin/ru_ru.json
Normal file
1
config/plasmovoice/.crowdin/ru_ru.json
Normal file
File diff suppressed because one or more lines are too long
1
config/plasmovoice/.crowdin/timestamp
Normal file
1
config/plasmovoice/.crowdin/timestamp
Normal file
@@ -0,0 +1 @@
|
||||
1758198762716
|
||||
1
config/plasmovoice/.crowdin/tt_ru.json
Normal file
1
config/plasmovoice/.crowdin/tt_ru.json
Normal file
File diff suppressed because one or more lines are too long
1
config/plasmovoice/.crowdin/uk_ua.json
Normal file
1
config/plasmovoice/.crowdin/uk_ua.json
Normal file
File diff suppressed because one or more lines are too long
1
config/plasmovoice/.crowdin/zh_cn.json
Normal file
1
config/plasmovoice/.crowdin/zh_cn.json
Normal file
File diff suppressed because one or more lines are too long
1
config/plasmovoice/.crowdin/zh_tw.json
Normal file
1
config/plasmovoice/.crowdin/zh_tw.json
Normal file
File diff suppressed because one or more lines are too long
69
config/plasmovoice/client.toml
Normal file
69
config/plasmovoice/client.toml
Normal file
@@ -0,0 +1,69 @@
|
||||
debug = false
|
||||
disable_crowdin = false
|
||||
check_for_updates = true
|
||||
|
||||
[[key_bindings]]
|
||||
name = "key.plasmovoice.proximity.ptt"
|
||||
any_context = true
|
||||
category = "hidden"
|
||||
|
||||
[[key_bindings.keys]]
|
||||
code = 4
|
||||
type = "MOUSE"
|
||||
|
||||
|
||||
[addons.pv-addon-soundphysics]
|
||||
mic_reverb = true
|
||||
mic_reverb_volume = 1.0
|
||||
enabled = true
|
||||
|
||||
[voice]
|
||||
disabled = false
|
||||
microphone_disabled = false
|
||||
activation_threshold = -30.0
|
||||
input_device = ""
|
||||
output_device = ""
|
||||
disable_input_device = false
|
||||
use_javax_input = false
|
||||
microphone_volume = 1.0
|
||||
noise_suppression = false
|
||||
volume = 1.0
|
||||
compressor_limiter = true
|
||||
sound_occlusion = false
|
||||
directional_sources = false
|
||||
hrtf = false
|
||||
stereo_capture = false
|
||||
|
||||
[voice.volumes.proximity]
|
||||
volume = 1.0
|
||||
[voice.volumes.discs]
|
||||
volume = 0.5
|
||||
|
||||
[advanced]
|
||||
visualize_voice_distance = true
|
||||
visualize_voice_distance_on_join = false
|
||||
compressor_threshold = -10
|
||||
limiter_threshold = -6
|
||||
directional_sources_angle = 145
|
||||
stereo_sources_to_mono = false
|
||||
panning = true
|
||||
mute_player_on_direct = true
|
||||
camera_sound_listener = true
|
||||
exponential_volume_slider = true
|
||||
exponential_distance_gain = true
|
||||
jitter_packet_delay = 3
|
||||
al_playback_buffers = 5
|
||||
adaptive_jitter_buffer = false
|
||||
|
||||
[overlay]
|
||||
show_activation_icon = true
|
||||
activation_icon_position = "BOTTOM_CENTER"
|
||||
show_source_icons = 0
|
||||
show_static_source_icons = true
|
||||
overlay_enabled = true
|
||||
overlay_position = "TOP_LEFT"
|
||||
overlay_style = "NAME_SKIN"
|
||||
|
||||
[overlay.source_states]
|
||||
proximity = "OFF"
|
||||
discs = "OFF"
|
||||
1
config/plasmovoice/meta_cache.json
Normal file
1
config/plasmovoice/meta_cache.json
Normal file
@@ -0,0 +1 @@
|
||||
{"ru_ru":{"developers":[{"uuid":"2714d55f-ffef-4655-a93e-d8ca13230e76","name":"KPidS","role":"HUIX","socialLinkName":"Twitch","socialLinkUrl":"https://twitch.tv/kpids","aliases":["CoolStory_Bob"]},{"uuid":"8f552657-df1d-42cd-89c6-c176e195f703","name":"Apehum","role":"PROGRAMMING","socialLinkName":"Telegram","socialLinkUrl":"https://t.me/arehum","aliases":["GNOME__"]},{"uuid":"cfb727e7-efcc-4596-8c2b-9c6e38c8eea4","name":"Venterok","role":"ARTIST","socialLinkName":"Telegram","socialLinkUrl":"https://t.me/venterokk","aliases":[]}],"patrons":[{"uuid":"e7d9db44-3268-4409-9777-0227f7390fbd","name":"Binero","tier":"Gold"}],"lastUpdateMs":1758198763808},"ru_RU":{"developers":[{"uuid":"2714d55f-ffef-4655-a93e-d8ca13230e76","name":"KPidS","role":"HUIX","socialLinkName":"Twitch","socialLinkUrl":"https://twitch.tv/kpids","aliases":["CoolStory_Bob"]},{"uuid":"8f552657-df1d-42cd-89c6-c176e195f703","name":"Apehum","role":"PROGRAMMING","socialLinkName":"Telegram","socialLinkUrl":"https://t.me/arehum","aliases":["GNOME__"]},{"uuid":"cfb727e7-efcc-4596-8c2b-9c6e38c8eea4","name":"Venterok","role":"ARTIST","socialLinkName":"Telegram","socialLinkUrl":"https://t.me/venterokk","aliases":[]}],"patrons":[{"uuid":"e7d9db44-3268-4409-9777-0227f7390fbd","name":"Binero","tier":"Gold"}],"lastUpdateMs":1758285601694},"ast_es":{"developers":[{"uuid":"2714d55f-ffef-4655-a93e-d8ca13230e76","name":"KPidS","role":"HUIX","socialLinkName":"Twitch","socialLinkUrl":"https://twitch.tv/kpids","aliases":["CoolStory_Bob"]},{"uuid":"8f552657-df1d-42cd-89c6-c176e195f703","name":"Apehum","role":"PROGRAMMING","socialLinkName":"Telegram","socialLinkUrl":"https://t.me/arehum","aliases":["GNOME__"]},{"uuid":"cfb727e7-efcc-4596-8c2b-9c6e38c8eea4","name":"Venterok","role":"ARTIST","socialLinkName":"Telegram","socialLinkUrl":"https://t.me/venterokk","aliases":[]}],"patrons":[{"uuid":"e7d9db44-3268-4409-9777-0227f7390fbd","name":"Binero","tier":"Gold"}],"lastUpdateMs":1758285655762},"en_us":{"developers":[{"uuid":"2714d55f-ffef-4655-a93e-d8ca13230e76","name":"KPidS","role":"HUIX","socialLinkName":"Twitch","socialLinkUrl":"https://twitch.tv/kpids","aliases":["CoolStory_Bob"]},{"uuid":"8f552657-df1d-42cd-89c6-c176e195f703","name":"Apehum","role":"PROGRAMMING","socialLinkName":"Telegram","socialLinkUrl":"https://t.me/arehum","aliases":["GNOME__"]},{"uuid":"cfb727e7-efcc-4596-8c2b-9c6e38c8eea4","name":"Venterok","role":"ARTIST","socialLinkName":"Telegram","socialLinkUrl":"https://t.me/venterokk","aliases":[]}],"patrons":[{"uuid":"e7d9db44-3268-4409-9777-0227f7390fbd","name":"Binero","tier":"Gold"}],"lastUpdateMs":1758283125907}}
|
||||
1614
config/sound_physics_remastered/allowed_sounds.properties
Normal file
1614
config/sound_physics_remastered/allowed_sounds.properties
Normal file
File diff suppressed because it is too large
Load Diff
219
config/sound_physics_remastered/occlusion.properties
Normal file
219
config/sound_physics_remastered/occlusion.properties
Normal file
@@ -0,0 +1,219 @@
|
||||
# Values for blocks can be defined as follows:
|
||||
#
|
||||
# By sound type:
|
||||
# WOOD=1.0
|
||||
#
|
||||
# By block tag:
|
||||
# \#minecraft\:logs=1.0
|
||||
#
|
||||
# By block ID:
|
||||
# minecraft\:oak_log=1.0
|
||||
|
||||
# Amethyst (Sound Type)
|
||||
AMETHYST=1.0
|
||||
# Amethyst Cluster (Sound Type)
|
||||
AMETHYST_CLUSTER=1.0
|
||||
# Ancient Debris (Sound Type)
|
||||
ANCIENT_DEBRIS=1.0
|
||||
# Anvil (Sound Type)
|
||||
ANVIL=1.0
|
||||
# Azalea (Sound Type)
|
||||
AZALEA=1.0
|
||||
# Azalea Leaves (Sound Type)
|
||||
AZALEA_LEAVES=1.0
|
||||
# Bamboo (Sound Type)
|
||||
BAMBOO=0.1
|
||||
# Bamboo Sapling (Sound Type)
|
||||
BAMBOO_SAPLING=0.1
|
||||
# Bamboo Wood (Sound Type)
|
||||
BAMBOO_WOOD=1.0
|
||||
# Bamboo Wood Hanging Sign (Sound Type)
|
||||
BAMBOO_WOOD_HANGING_SIGN=1.0
|
||||
# Basalt (Sound Type)
|
||||
BASALT=1.0
|
||||
# Big Dripleaf (Sound Type)
|
||||
BIG_DRIPLEAF=1.0
|
||||
# Bone Block (Sound Type)
|
||||
BONE_BLOCK=1.0
|
||||
# Calcite (Sound Type)
|
||||
CALCITE=1.0
|
||||
# Candle (Sound Type)
|
||||
CANDLE=1.0
|
||||
# Cave Vines (Sound Type)
|
||||
CAVE_VINES=1.0
|
||||
# Chain (Sound Type)
|
||||
CHAIN=0.0
|
||||
# Cherry Leaves (Sound Type)
|
||||
CHERRY_LEAVES=1.0
|
||||
# Cherry Sapling (Sound Type)
|
||||
CHERRY_SAPLING=1.0
|
||||
# Cherry Wood (Sound Type)
|
||||
CHERRY_WOOD=1.0
|
||||
# Cherry Wood Hanging Sign (Sound Type)
|
||||
CHERRY_WOOD_HANGING_SIGN=1.0
|
||||
# Chiseled Bookshelf (Sound Type)
|
||||
CHISELED_BOOKSHELF=1.0
|
||||
# Copper (Sound Type)
|
||||
COPPER=1.0
|
||||
# Coral Block (Sound Type)
|
||||
CORAL_BLOCK=1.0
|
||||
# Crop (Sound Type)
|
||||
CROP=0.0
|
||||
# Decorated Pot (Sound Type)
|
||||
DECORATED_POT=1.0
|
||||
# Decorated Pot Cracked (Sound Type)
|
||||
DECORATED_POT_CRACKED=1.0
|
||||
# Deepslate (Sound Type)
|
||||
DEEPSLATE=1.0
|
||||
# Deepslate Bricks (Sound Type)
|
||||
DEEPSLATE_BRICKS=1.0
|
||||
# Deepslate Tiles (Sound Type)
|
||||
DEEPSLATE_TILES=1.0
|
||||
# Dripstone Block (Sound Type)
|
||||
DRIPSTONE_BLOCK=1.0
|
||||
# Flowering Azalea (Sound Type)
|
||||
FLOWERING_AZALEA=1.0
|
||||
# Froglight (Sound Type)
|
||||
FROGLIGHT=1.0
|
||||
# Frogspawn (Sound Type)
|
||||
FROGSPAWN=1.0
|
||||
# Fungus (Sound Type)
|
||||
FUNGUS=0.0
|
||||
# Gilded Blackstone (Sound Type)
|
||||
GILDED_BLACKSTONE=1.0
|
||||
# Glass (Sound Type)
|
||||
GLASS=0.1
|
||||
# Glow Lichen (Sound Type)
|
||||
GLOW_LICHEN=0.0
|
||||
# Grass (Sound Type)
|
||||
GRASS=1.0
|
||||
# Gravel (Sound Type)
|
||||
GRAVEL=1.0
|
||||
# Hanging Roots (Sound Type)
|
||||
HANGING_ROOTS=1.0
|
||||
# Hanging Sign (Sound Type)
|
||||
HANGING_SIGN=1.0
|
||||
# Hard Crop (Sound Type)
|
||||
HARD_CROP=1.0
|
||||
# Honey Block (Sound Type)
|
||||
HONEY_BLOCK=0.5
|
||||
# Ladder (Sound Type)
|
||||
LADDER=0.0
|
||||
# Lantern (Sound Type)
|
||||
LANTERN=1.0
|
||||
# Large Amethyst Bud (Sound Type)
|
||||
LARGE_AMETHYST_BUD=0.0
|
||||
# Lily Pad (Sound Type)
|
||||
LILY_PAD=0.0
|
||||
# Lodestone (Sound Type)
|
||||
LODESTONE=1.0
|
||||
# Mangrove Roots (Sound Type)
|
||||
MANGROVE_ROOTS=1.0
|
||||
# Medium Amethyst Bud (Sound Type)
|
||||
MEDIUM_AMETHYST_BUD=0.0
|
||||
# Metal (Sound Type)
|
||||
METAL=1.0
|
||||
# Moss (Sound Type)
|
||||
MOSS=0.75
|
||||
# Moss Carpet (Sound Type)
|
||||
MOSS_CARPET=0.1
|
||||
# Mud (Sound Type)
|
||||
MUD=1.0
|
||||
# Muddy Mangrove Roots (Sound Type)
|
||||
MUDDY_MANGROVE_ROOTS=1.0
|
||||
# Mud Bricks (Sound Type)
|
||||
MUD_BRICKS=1.0
|
||||
# Netherite Block (Sound Type)
|
||||
NETHERITE_BLOCK=1.0
|
||||
# Netherrack (Sound Type)
|
||||
NETHERRACK=1.0
|
||||
# Nether Bricks (Sound Type)
|
||||
NETHER_BRICKS=1.0
|
||||
# Nether Gold Ore (Sound Type)
|
||||
NETHER_GOLD_ORE=1.0
|
||||
# Nether Ore (Sound Type)
|
||||
NETHER_ORE=1.0
|
||||
# Nether Sprouts (Sound Type)
|
||||
NETHER_SPROUTS=1.0
|
||||
# Nether Wart (Sound Type)
|
||||
NETHER_WART=1.0
|
||||
# Nether Wood (Sound Type)
|
||||
NETHER_WOOD=1.0
|
||||
# Nether Wood Hanging Sign (Sound Type)
|
||||
NETHER_WOOD_HANGING_SIGN=1.0
|
||||
# Nylium (Sound Type)
|
||||
NYLIUM=1.0
|
||||
# Packed Mud (Sound Type)
|
||||
PACKED_MUD=1.0
|
||||
# Pointed Dripstone (Sound Type)
|
||||
POINTED_DRIPSTONE=0.0
|
||||
# Polished Deepslate (Sound Type)
|
||||
POLISHED_DEEPSLATE=1.0
|
||||
# Powder Snow (Sound Type)
|
||||
POWDER_SNOW=0.1
|
||||
# Rooted Dirt (Sound Type)
|
||||
ROOTED_DIRT=1.0
|
||||
# Roots (Sound Type)
|
||||
ROOTS=0.0
|
||||
# Sand (Sound Type)
|
||||
SAND=1.0
|
||||
# Scaffolding (Sound Type)
|
||||
SCAFFOLDING=0.0
|
||||
# Sculk (Sound Type)
|
||||
SCULK=1.0
|
||||
# Sculk Catalyst (Sound Type)
|
||||
SCULK_CATALYST=1.0
|
||||
# Sculk Sensor (Sound Type)
|
||||
SCULK_SENSOR=1.0
|
||||
# Sculk Shrieker (Sound Type)
|
||||
SCULK_SHRIEKER=1.0
|
||||
# Sculk Vein (Sound Type)
|
||||
SCULK_VEIN=1.0
|
||||
# Shroomlight (Sound Type)
|
||||
SHROOMLIGHT=1.0
|
||||
# Slime Block (Sound Type)
|
||||
SLIME_BLOCK=1.0
|
||||
# Small Amethyst Bud (Sound Type)
|
||||
SMALL_AMETHYST_BUD=0.0
|
||||
# Small Dripleaf (Sound Type)
|
||||
SMALL_DRIPLEAF=0.0
|
||||
# Snow (Sound Type)
|
||||
SNOW=0.1
|
||||
# Soul Sand (Sound Type)
|
||||
SOUL_SAND=1.0
|
||||
# Soul Soil (Sound Type)
|
||||
SOUL_SOIL=1.0
|
||||
# Spore Blossom (Sound Type)
|
||||
SPORE_BLOSSOM=0.0
|
||||
# Stem (Sound Type)
|
||||
STEM=1.0
|
||||
# Stone (Sound Type)
|
||||
STONE=1.0
|
||||
# Suspicious Gravel (Sound Type)
|
||||
SUSPICIOUS_GRAVEL=1.0
|
||||
# Suspicious Sand (Sound Type)
|
||||
SUSPICIOUS_SAND=1.0
|
||||
# Sweet Berry Bush (Sound Type)
|
||||
SWEET_BERRY_BUSH=0.0
|
||||
# Tuff (Sound Type)
|
||||
TUFF=1.0
|
||||
# Twisting Vines (Sound Type)
|
||||
TWISTING_VINES=0.0
|
||||
# Vine (Sound Type)
|
||||
VINE=0.0
|
||||
# Wart Block (Sound Type)
|
||||
WART_BLOCK=1.0
|
||||
# Weeping Vines (Sound Type)
|
||||
WEEPING_VINES=0.0
|
||||
# Wet Grass (Sound Type)
|
||||
WET_GRASS=0.1
|
||||
# Wood (Sound Type)
|
||||
WOOD=1.0
|
||||
# Wool (Sound Type)
|
||||
WOOL=1.5
|
||||
# Jukebox (Block)
|
||||
minecraft\:jukebox=0.0
|
||||
# Lava (Block)
|
||||
minecraft\:lava=0.75
|
||||
# Water (Block)
|
||||
minecraft\:water=0.25
|
||||
213
config/sound_physics_remastered/reflectivity.properties
Normal file
213
config/sound_physics_remastered/reflectivity.properties
Normal file
@@ -0,0 +1,213 @@
|
||||
# Values for blocks can be defined as follows:
|
||||
#
|
||||
# By sound type:
|
||||
# WOOD=1.0
|
||||
#
|
||||
# By block tag:
|
||||
# \#minecraft\:logs=1.0
|
||||
#
|
||||
# By block ID:
|
||||
# minecraft\:oak_log=1.0
|
||||
|
||||
# Amethyst (Sound Type)
|
||||
AMETHYST=1.5
|
||||
# Amethyst Cluster (Sound Type)
|
||||
AMETHYST_CLUSTER=0.5
|
||||
# Ancient Debris (Sound Type)
|
||||
ANCIENT_DEBRIS=0.5
|
||||
# Anvil (Sound Type)
|
||||
ANVIL=0.5
|
||||
# Azalea (Sound Type)
|
||||
AZALEA=0.5
|
||||
# Azalea Leaves (Sound Type)
|
||||
AZALEA_LEAVES=0.5
|
||||
# Bamboo (Sound Type)
|
||||
BAMBOO=0.5
|
||||
# Bamboo Sapling (Sound Type)
|
||||
BAMBOO_SAPLING=0.5
|
||||
# Bamboo Wood (Sound Type)
|
||||
BAMBOO_WOOD=0.5
|
||||
# Bamboo Wood Hanging Sign (Sound Type)
|
||||
BAMBOO_WOOD_HANGING_SIGN=0.5
|
||||
# Basalt (Sound Type)
|
||||
BASALT=1.5
|
||||
# Big Dripleaf (Sound Type)
|
||||
BIG_DRIPLEAF=0.5
|
||||
# Bone Block (Sound Type)
|
||||
BONE_BLOCK=1.5
|
||||
# Calcite (Sound Type)
|
||||
CALCITE=1.5
|
||||
# Candle (Sound Type)
|
||||
CANDLE=0.5
|
||||
# Cave Vines (Sound Type)
|
||||
CAVE_VINES=0.5
|
||||
# Chain (Sound Type)
|
||||
CHAIN=0.5
|
||||
# Cherry Leaves (Sound Type)
|
||||
CHERRY_LEAVES=0.5
|
||||
# Cherry Sapling (Sound Type)
|
||||
CHERRY_SAPLING=0.5
|
||||
# Cherry Wood (Sound Type)
|
||||
CHERRY_WOOD=0.5
|
||||
# Cherry Wood Hanging Sign (Sound Type)
|
||||
CHERRY_WOOD_HANGING_SIGN=0.5
|
||||
# Chiseled Bookshelf (Sound Type)
|
||||
CHISELED_BOOKSHELF=0.5
|
||||
# Copper (Sound Type)
|
||||
COPPER=1.25
|
||||
# Coral Block (Sound Type)
|
||||
CORAL_BLOCK=0.2
|
||||
# Crop (Sound Type)
|
||||
CROP=0.5
|
||||
# Decorated Pot (Sound Type)
|
||||
DECORATED_POT=0.5
|
||||
# Decorated Pot Cracked (Sound Type)
|
||||
DECORATED_POT_CRACKED=0.5
|
||||
# Deepslate (Sound Type)
|
||||
DEEPSLATE=1.5
|
||||
# Deepslate Bricks (Sound Type)
|
||||
DEEPSLATE_BRICKS=1.5
|
||||
# Deepslate Tiles (Sound Type)
|
||||
DEEPSLATE_TILES=1.5
|
||||
# Dripstone Block (Sound Type)
|
||||
DRIPSTONE_BLOCK=0.5
|
||||
# Flowering Azalea (Sound Type)
|
||||
FLOWERING_AZALEA=0.5
|
||||
# Froglight (Sound Type)
|
||||
FROGLIGHT=0.5
|
||||
# Frogspawn (Sound Type)
|
||||
FROGSPAWN=0.5
|
||||
# Fungus (Sound Type)
|
||||
FUNGUS=0.5
|
||||
# Gilded Blackstone (Sound Type)
|
||||
GILDED_BLACKSTONE=0.5
|
||||
# Glass (Sound Type)
|
||||
GLASS=0.75
|
||||
# Glow Lichen (Sound Type)
|
||||
GLOW_LICHEN=0.5
|
||||
# Grass (Sound Type)
|
||||
GRASS=0.3
|
||||
# Gravel (Sound Type)
|
||||
GRAVEL=0.3
|
||||
# Hanging Roots (Sound Type)
|
||||
HANGING_ROOTS=0.5
|
||||
# Hanging Sign (Sound Type)
|
||||
HANGING_SIGN=0.5
|
||||
# Hard Crop (Sound Type)
|
||||
HARD_CROP=0.5
|
||||
# Honey Block (Sound Type)
|
||||
HONEY_BLOCK=0.1
|
||||
# Ladder (Sound Type)
|
||||
LADDER=0.5
|
||||
# Lantern (Sound Type)
|
||||
LANTERN=0.5
|
||||
# Large Amethyst Bud (Sound Type)
|
||||
LARGE_AMETHYST_BUD=0.5
|
||||
# Lily Pad (Sound Type)
|
||||
LILY_PAD=0.5
|
||||
# Lodestone (Sound Type)
|
||||
LODESTONE=0.5
|
||||
# Mangrove Roots (Sound Type)
|
||||
MANGROVE_ROOTS=0.5
|
||||
# Medium Amethyst Bud (Sound Type)
|
||||
MEDIUM_AMETHYST_BUD=0.5
|
||||
# Metal (Sound Type)
|
||||
METAL=1.25
|
||||
# Moss (Sound Type)
|
||||
MOSS=0.1
|
||||
# Moss Carpet (Sound Type)
|
||||
MOSS_CARPET=0.5
|
||||
# Mud (Sound Type)
|
||||
MUD=0.5
|
||||
# Muddy Mangrove Roots (Sound Type)
|
||||
MUDDY_MANGROVE_ROOTS=0.5
|
||||
# Mud Bricks (Sound Type)
|
||||
MUD_BRICKS=0.5
|
||||
# Netherite Block (Sound Type)
|
||||
NETHERITE_BLOCK=1.5
|
||||
# Netherrack (Sound Type)
|
||||
NETHERRACK=1.1
|
||||
# Nether Bricks (Sound Type)
|
||||
NETHER_BRICKS=1.5
|
||||
# Nether Gold Ore (Sound Type)
|
||||
NETHER_GOLD_ORE=1.1
|
||||
# Nether Ore (Sound Type)
|
||||
NETHER_ORE=1.1
|
||||
# Nether Sprouts (Sound Type)
|
||||
NETHER_SPROUTS=0.5
|
||||
# Nether Wart (Sound Type)
|
||||
NETHER_WART=0.5
|
||||
# Nether Wood (Sound Type)
|
||||
NETHER_WOOD=0.5
|
||||
# Nether Wood Hanging Sign (Sound Type)
|
||||
NETHER_WOOD_HANGING_SIGN=0.5
|
||||
# Nylium (Sound Type)
|
||||
NYLIUM=0.5
|
||||
# Packed Mud (Sound Type)
|
||||
PACKED_MUD=0.5
|
||||
# Pointed Dripstone (Sound Type)
|
||||
POINTED_DRIPSTONE=0.5
|
||||
# Polished Deepslate (Sound Type)
|
||||
POLISHED_DEEPSLATE=1.5
|
||||
# Powder Snow (Sound Type)
|
||||
POWDER_SNOW=0.5
|
||||
# Rooted Dirt (Sound Type)
|
||||
ROOTED_DIRT=0.5
|
||||
# Roots (Sound Type)
|
||||
ROOTS=0.5
|
||||
# Sand (Sound Type)
|
||||
SAND=0.2
|
||||
# Scaffolding (Sound Type)
|
||||
SCAFFOLDING=0.5
|
||||
# Sculk (Sound Type)
|
||||
SCULK=0.5
|
||||
# Sculk Catalyst (Sound Type)
|
||||
SCULK_CATALYST=0.5
|
||||
# Sculk Sensor (Sound Type)
|
||||
SCULK_SENSOR=0.5
|
||||
# Sculk Shrieker (Sound Type)
|
||||
SCULK_SHRIEKER=0.5
|
||||
# Sculk Vein (Sound Type)
|
||||
SCULK_VEIN=0.5
|
||||
# Shroomlight (Sound Type)
|
||||
SHROOMLIGHT=0.5
|
||||
# Slime Block (Sound Type)
|
||||
SLIME_BLOCK=0.5
|
||||
# Small Amethyst Bud (Sound Type)
|
||||
SMALL_AMETHYST_BUD=0.5
|
||||
# Small Dripleaf (Sound Type)
|
||||
SMALL_DRIPLEAF=0.5
|
||||
# Snow (Sound Type)
|
||||
SNOW=0.15
|
||||
# Soul Sand (Sound Type)
|
||||
SOUL_SAND=0.2
|
||||
# Soul Soil (Sound Type)
|
||||
SOUL_SOIL=0.2
|
||||
# Spore Blossom (Sound Type)
|
||||
SPORE_BLOSSOM=0.5
|
||||
# Stem (Sound Type)
|
||||
STEM=0.4
|
||||
# Stone (Sound Type)
|
||||
STONE=1.5
|
||||
# Suspicious Gravel (Sound Type)
|
||||
SUSPICIOUS_GRAVEL=0.5
|
||||
# Suspicious Sand (Sound Type)
|
||||
SUSPICIOUS_SAND=0.5
|
||||
# Sweet Berry Bush (Sound Type)
|
||||
SWEET_BERRY_BUSH=0.5
|
||||
# Tuff (Sound Type)
|
||||
TUFF=1.5
|
||||
# Twisting Vines (Sound Type)
|
||||
TWISTING_VINES=0.5
|
||||
# Vine (Sound Type)
|
||||
VINE=0.5
|
||||
# Wart Block (Sound Type)
|
||||
WART_BLOCK=0.5
|
||||
# Weeping Vines (Sound Type)
|
||||
WEEPING_VINES=0.5
|
||||
# Wet Grass (Sound Type)
|
||||
WET_GRASS=0.5
|
||||
# Wood (Sound Type)
|
||||
WOOD=0.4
|
||||
# Wool (Sound Type)
|
||||
WOOL=0.1
|
||||
99
config/sound_physics_remastered/soundphysics.properties
Normal file
99
config/sound_physics_remastered/soundphysics.properties
Normal file
@@ -0,0 +1,99 @@
|
||||
# Enables/Disables all sound effects
|
||||
enabled=true
|
||||
# Affects how quiet a sound gets based on distance
|
||||
# Lower values mean distant sounds are louder
|
||||
# This setting requires you to be in singleplayer or having the mod installed on the server
|
||||
# 1.0 is the physically correct value
|
||||
attenuation_factor=1.0
|
||||
# The ray distance at which reverb starts
|
||||
# 0.0 disables reverb attenuation
|
||||
reverb_attenuation_distance=0.0
|
||||
# The volume of simulated reverberations
|
||||
reverb_gain=1.0
|
||||
# The brightness of reverberation
|
||||
# Higher values result in more high frequencies in reverberation
|
||||
# Lower values give a more muffled sound to the reverb
|
||||
reverb_brightness=1.0
|
||||
# The distance of reverb relative to the sound distance
|
||||
reverb_distance=1.5
|
||||
# The amount of sound that will be absorbed when traveling through blocks
|
||||
block_absorption=1.0
|
||||
# Higher values mean smaller objects won't be considered as occluding
|
||||
occlusion_variation=0.35
|
||||
# The default amount of sound reflectance energy for all blocks
|
||||
# Lower values result in more conservative reverb simulation with shorter reverb tails
|
||||
# Higher values result in more generous reverb simulation with higher reverb tails
|
||||
default_block_reflectivity=0.5
|
||||
# The default amount of occlusion for all blocks
|
||||
# Lower values will result in sounds being less muffled through walls
|
||||
# Higher values mean sounds will be not audible though thicker walls
|
||||
default_block_occlusion_factor=1.0
|
||||
# Minecraft won't allow sounds to play past a certain distance
|
||||
# This parameter is a multiplier for how far away a sound source is allowed to be in order for it to actually play
|
||||
# This setting only takes affect in singleplayer worlds and when installed on the server
|
||||
sound_distance_allowance=4.0
|
||||
# A value controlling the amount that air absorbs high frequencies with distance
|
||||
# A value of 1.0 is physically correct for air with normal humidity and temperature
|
||||
# Higher values mean air will absorb more high frequencies with distance
|
||||
# 0 disables this effect
|
||||
air_absorption=1.0
|
||||
# How much sound is filtered when the player is underwater
|
||||
# 0.0 means no filter
|
||||
# 1.0 means fully filtered
|
||||
underwater_filter=0.25
|
||||
# Whether sounds like cave, nether or underwater ambient sounds should have sound physics
|
||||
evaluate_ambient_sounds=false
|
||||
# The number of rays to trace to determine reverberation for each sound source
|
||||
# More rays provides more consistent tracing results but takes more time to calculate
|
||||
# Decrease this value if you experience lag spikes when sounds play
|
||||
environment_evaluation_ray_count=32
|
||||
# The number of rays bounces to trace to determine reverberation for each sound source
|
||||
# More bounces provides more echo and sound ducting but takes more time to calculate
|
||||
# Decrease this value if you experience lag spikes when sounds play
|
||||
environment_evaluation_ray_bounces=4
|
||||
# If sound hits a non-full-square side, block occlusion is multiplied by this
|
||||
non_full_block_occlusion_factor=0.25
|
||||
# The maximum amount of rays to determine occlusion
|
||||
# Directly correlates to the amount of blocks between walls that are considered
|
||||
max_occlusion_rays=16
|
||||
# The amount at which occlusion is capped
|
||||
max_occlusion=64.0
|
||||
# If enabled, the occlusion calculation only uses one path between the sound source and the listener instead of 9
|
||||
strict_occlusion=false
|
||||
# Whether to try calculating where the sound should come from based on reflections
|
||||
sound_direction_evaluation=true
|
||||
# Skip redirecting non-occluded sounds (the ones you can see directly)
|
||||
redirect_non_occluded_sounds=true
|
||||
# If music discs or other longer sounds should be frequently reevaluated
|
||||
update_moving_sounds=false
|
||||
# The interval in ticks that moving sounds are reevaluated
|
||||
# Lower values mean more frequent reevaluation but also more lag
|
||||
# This option only takes effect if update_moving_sounds is enabled
|
||||
sound_update_interval=5
|
||||
# The maximum distance a sound can be processed
|
||||
max_sound_processing_distance=512.0
|
||||
# Disable level clone and cache. This will fall back to original main thread access.
|
||||
# WARNING! Enabling this will cause instability and issues with other mods.
|
||||
unsafe_level_access=false
|
||||
# The radius of chunks to clone for level access
|
||||
level_clone_range=4
|
||||
# The maximum number of ticks to retain the cloned level in the cache
|
||||
level_clone_max_retain_ticks=20
|
||||
# The maximum distance a player can move from the cloned origin before invalidation
|
||||
level_clone_max_retain_block_distance=16
|
||||
# Enables debug logging
|
||||
debug_logging=false
|
||||
# Provides more information about occlusion in the logs
|
||||
occlusion_logging=false
|
||||
# Provides more information about the environment calculation in the logs
|
||||
environment_logging=false
|
||||
# Provides more information about how long computations take
|
||||
performance_logging=false
|
||||
# If enabled, the path of the sound will be rendered in game
|
||||
render_sound_bounces=false
|
||||
# If enabled, occlusion will be visualized in game
|
||||
render_occlusion=false
|
||||
# Enables/Disables sound effects for Simple Voice Chat audio
|
||||
simple_voice_chat_integration=true
|
||||
# Enables/Disables hearing your own echo with Simple Voice Chat
|
||||
simple_voice_chat_hear_self=true
|
||||
Reference in New Issue
Block a user