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.
Reference in New Issue
Block a user