diff --git a/.minecraft/config/BBOutlineReloaded.cfg b/.minecraft/config/BBOutlineReloaded.cfg new file mode 100644 index 0000000..9932c81 --- /dev/null +++ b/.minecraft/config/BBOutlineReloaded.cfg @@ -0,0 +1,120 @@ +# Configuration file + +general { + # If set to true beacon bounding boxes will be drawn. (default: true) + B:drawBeacons=true + + # If set to true boxes will be visible even through other blocks. (default: false) + B:alwaysVisible=false + + # If set to true only the outer bounding boxes are rendered. (default: false) + B:outerBoxesOnly=false + + # If set to true custom bounding boxes will be drawn. (default: true) + B:drawCustomBoxes=true + + # If set to true the bounding boxes are filled. (default: true) + B:fill=true + + # If set to true bounding box caches will be kept between sessions. (default: false) + B:keepCacheBetweenSessions=false +} + +mobSpawners { + # If set to true a box to show the maximum possible spawn area (10x10x4) for a spawner will be drawn (default: true) + B:renderMobSpawnerSpawnArea=true + + # If set to true a red/orange/green line will be drawn to show if the spawner is active (default: true) + B:renderMobSpawnerActivationLines=true + + # If set to true mob spawners will be drawn. (default: true) + B:drawMobSpawners=true +} + +structures { + # If set to true stronghold bounding boxes are drawn. (default: false) + B:drawStrongholds=false + + # If set to true end city bounding boxes will be drawn. (default: true) + B:drawEndCities=true + + # If set to true ocean ruins will be drawn. (default: true) + B:drawOceanRuins=true + + # If set to true desert temple bounding boxes are drawn. (default: true) + B:drawDesertTemples=true + + # If set to true nether fortress bounding boxes are drawn. (default: true) + B:drawNetherFortresses=true + + # If set to true shipwrecks will be drawn. (default: true) + B:drawShipwrecks=true + + # If set to true mineshaft bounding boxes are drawn. (default: false) + B:drawMineShafts=false + + # If set to true village bounding boxes will be drawn. (default: false) + B:drawVillages=false + + # If set to true buried treasure will be drawn. (default: true) + B:drawBuriedTreasures=true + + # If set to true igloos will be drawn. (default: true) + B:drawIgloos=true + + # If set to true pillager outposts will be drawn. (default: true) + B:drawPillagerOutposts=true + + # If set to true jungle temple bounding boxes are drawn. (default: true) + B:drawJungleTemples=true + + # If set to true woodland mansions will be drawn. (default: true) + B:drawMansions=true + + # If set to true ocean monument bounding boxes are drawn. (default: true) + B:drawOceanMonuments=true + + # If set to true witch hut bounding boxes are drawn. (default: true) + B:drawWitchHuts=true +} + +worldSpawn { + # If set to true world spawn and spawn chunks bounding boxes are drawn. (default: true) + B:drawWorldSpawn=true + + # If set to true the lazy spawn chunks bounding boxes will be drawn. (default: false) + B:drawLazySpawnChunks=false + + # The maximum top of the world spawn bounding boxes. If set to -1 it will use the value when activated, if set to 0 it will always track the players feet. (default: -1) + I:worldSpawnMaxY=-1 +} + +slimeChunks { + # The maximum top of the slime chunk bounding box. If set to -1 it will use the value when activated, if set to 0 it will always track the player's feet. (default: -1) + I:slimeChunkMaxY=-1 + + # If set to true slime chunks bounding boxes are drawn. (default: true) + B:drawSlimeChunks=true +} + +biomeBorders { + # If set to true biome borders will be drawn. (default: true) + B:drawBiomeBorders=true + + # The distance from the player where biome borders will be drawn. (default: 3) + I:biomeBordersRenderDistance=3 + + # If set to true only the biome border for the current biome will be drawn. (default: true) + B:renderOnlyCurrentBiome=true +} + +afkSpot { + # If set to true boxes to show spawnable blocks within the AFK sphere will be drawn. (default: true) + B:renderAFKSpawnableBlocks=true + + # The distance from the player where spawnable blocks within the AFK sphere will be drawn. (default: 3) + I:afkSpawnableBlocksRenderDistance=3 + + # If set to true afk spot spheres will be drawn. (default: true) + B:drawAFKSpheres=true +} diff --git a/.minecraft/config/autoswitch.cfg b/.minecraft/config/autoswitch.cfg index 25eb850..f11bfc4 100644 --- a/.minecraft/config/autoswitch.cfg +++ b/.minecraft/config/autoswitch.cfg @@ -1,6 +1,6 @@ #AutoSwitch Configuration File #See https://github.com/dexman545/Fabric-Autoswitch/wiki/Configuration for more details -#Mon Jan 20 20:32:50 CET 2020 +#Tue Jan 21 19:02:23 CET 2020 toolPriorityOrder=shears > swords > fortPicks > silkPicks > picks > silkAxes > fortAxes > axes > silkShovels > shovels > banes > smites > sharps > tridents > impalingTridents displayToggleMsg=true switchForBlocks=true diff --git a/.minecraft/config/autoswitchMaterials.cfg b/.minecraft/config/autoswitchMaterials.cfg index 73d584d..19bfaf5 100644 --- a/.minecraft/config/autoswitchMaterials.cfg +++ b/.minecraft/config/autoswitchMaterials.cfg @@ -1,7 +1,7 @@ #AutoSwitch Material Configuration File #Controls which block material the tool will target #See https://github.com/dexman545/Fabric-Autoswitch/wiki/Materials-Configuration for details -#Mon Jan 20 20:32:50 CET 2020 +#Tue Jan 21 19:02:23 CET 2020 shearTargetMaterials=plant, unused_plant, underwater_plant, replaceable_plant, leaves, cobweb, wool pickTargetMaterials=ice, packed_ice, metal, anvil, shulker_box, stone, redstone_lamp shovelTargetMaterials=earth, organic, snow, snow_block, clay, sand diff --git a/.minecraft/config/cloth-config2/config.properties b/.minecraft/config/cloth-config2/config.properties index 0e62b39..d3905e7 100644 --- a/.minecraft/config/cloth-config2/config.properties +++ b/.minecraft/config/cloth-config2/config.properties @@ -1,4 +1,4 @@ -#Mon Jan 20 20:32:50 CET 2020 +#Tue Jan 21 19:02:24 CET 2020 scrollStep1=19.0 scrollDuration1=600 easingMethod1=LINEAR diff --git a/.minecraft/config/creativebuttonmover.properties b/.minecraft/config/creativebuttonmover.properties index 9a3a9f8..d0a14a2 100644 --- a/.minecraft/config/creativebuttonmover.properties +++ b/.minecraft/config/creativebuttonmover.properties @@ -1,4 +1,4 @@ #Allows you to move the creative page buttons added by fabric-api. See mod menu entry for a way to move these in-game. -#Mon Jan 20 20:32:49 CET 2020 +#Tue Jan 21 19:02:23 CET 2020 x=170 y=4 diff --git a/.minecraft/config/fabric/indigo-renderer.properties b/.minecraft/config/fabric/indigo-renderer.properties index 1318d77..22f6cc6 100644 --- a/.minecraft/config/fabric/indigo-renderer.properties +++ b/.minecraft/config/fabric/indigo-renderer.properties @@ -1,5 +1,5 @@ #Indigo properties file -#Mon Jan 20 20:32:31 CET 2020 +#Tue Jan 21 19:02:05 CET 2020 always-tesselate-blocks=auto ambient-occlusion-mode=hybrid fix-smooth-lighting-offset=auto diff --git a/.minecraft/config/fluidity.properties b/.minecraft/config/fluidity.properties index 837bbb9..8fd6b63 100644 --- a/.minecraft/config/fluidity.properties +++ b/.minecraft/config/fluidity.properties @@ -1,4 +1,4 @@ #Fluidity properties file -#Mon Jan 20 20:32:38 CET 2020 +#Tue Jan 21 19:02:11 CET 2020 per_tick_budget_milliseconds=10 trace_device_connections=false diff --git a/.minecraft/config/minihud.json b/.minecraft/config/minihud.json new file mode 100644 index 0000000..867944b --- /dev/null +++ b/.minecraft/config/minihud.json @@ -0,0 +1,1140 @@ +{ + "InfoLineOrders": { + "infoBeeCount": 36, + "infoBiome": 19, + "infoBiomeRegistryName": 20, + "infoBlockInChunk": 28, + "infoBlockPosition": 6, + "infoBlockProperties": 27, + "infoChunkPosition": 7, + "infoChunkSections": 14, + "infoChunkSectionsLine": 15, + "infoChunkUpdates": 16, + "infoCoordinates": 4, + "infoDifficulty": 18, + "infoDimensionId": 5, + "infoDistance": 33, + "infoEntities": 21, + "infoEntitiesClientWorld": 22, + "infoEntityRegistryName": 24, + "infoFacing": 8, + "infoFPS": 0, + "infoLightLevel": 10, + "infoLookingAtBlock": 25, + "infoLookingAtBlockInChunk": 26, + "infoLookingAtEntity": 23, + "infoMemoryUsage": 0, + "infoLoadedChunksCount": 31, + "infoParticleCount": 17, + "infoPing": 36, + "infoRegionFile": 29, + "infoRotationPitch": 12, + "infoRotationYaw": 11, + "infoServerTPS": 9, + "infoSlimeChunk": 22, + "infoSpeed": 13, + "infoSpeedAxis": 13, + "infoTileEntities": 32, + "infoTimeDayModulo": 35, + "infoTimeIRL": 1, + "infoTimeTotalModulo": 34, + "infoTimeWorld": 2, + "infoWorldTimeFormatted": 3 + }, + "Colors": { + "blockGridOverlayColor": "#80FFFFFF", + "despawnSphereOverlayColor": "#803070F0", + "lightLevelMarkerDark": "#FFFF4848", + "lightLevelMarkerLit": "#FFFFFF33", + "lightLevelNumberBlockDark": "#FFC03030", + "lightLevelNumberBlockLit": "#FF209040", + "lightLevelNumberSkyDark": "#FFFFF030", + "lightLevelNumberSkyLit": "#FF40E0FF", + "randomTicksFixedOverlayColor": "#FFF9F225", + "randomTicksPlayerOverlayColor": "#FF30FE73", + "regionOverlayColor": "#FFFF8019", + "slimeChunksOverlayColor": "#FF20F020", + "spawnPlayerEntityOverlayColor": "#FF2050D0", + "spawnPlayerLazyOverlayColor": "#FFD030D0", + "spawnPlayerOuterOverlayColor": "#FF6900D2", + "spawnRealEntityOverlayColor": "#FF30FF20", + "spawnRealLazyOverlayColor": "#FFFF3020", + "spawnRealOuterOverlayColor": "#FF9D581A", + "spawnableChunkFixedOverlayColor": "#FFFF2090", + "spawnableChunksPlayerOverlayColor": "#FFFF3030", + "spawnableColumnHeightsOverlayColor": "#A0FF00FF", + "spawnableSubChunksOverlayColor": "#FF2050D0", + "textBackgroundColor": "#A0505050", + "textColor": "#00E0E0E0" + }, + "Generic": { + "beeTooltips": false, + "enabled": true, + "debugRendererPathFindingEnablePointWidth": true, + "dontResetSeedOnDimensionChange": false, + "enableVanillaDebugRendererFix": true, + "lightLevelColoredNumbers": true, + "lightLevelNumberRotation": true, + "mapPreview": false, + "requireSneak": false, + "shulkerBoxPreview": false, + "shulkerDisplayBgColor": true, + "shulkerDisplayRequireShift": true, + "sortLinesByLength": false, + "sortLinesReversed": false, + "useCustomizedCoordinateFormat": true, + "useFontShadow": false, + "useTextBackground": true, + "toggleKey": { + "keys": "H", + "settings": { + "activate_on": "RELEASE", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": true, + "cancel": true + } + }, + "requiredKey": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": true, + "allow_extra_keys": true, + "order_sensitive": false, + "exclusive": false, + "cancel": false + } + }, + "setDistanceReferencePoint": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "shapeEditor": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "openConfigGui": { + "keys": "H,C", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "blockGridOverlayMode": "all", + "lightLevelMarkers": "square", + "lightLevelNumbers": "block", + "hudAlignment": "top_left", + "blockGridOverlayRadius": 32, + "coordinateFormat": "x: %.1f y: %.1f z: %.1f", + "dateFormatReal": "yyyy-MM-dd HH:mm:ss", + "dateFormatMinecraft": "MC time: (day {DAY}) {HOUR}:{MIN}:xx", + "fontScale": 0.5, + "lightLevelMarkerSize": 0.84, + "lightLevelNumberOffsetBlockX": 0.26, + "lightLevelNumberOffsetBlockY": 0.32, + "lightLevelNumberOffsetSkyX": 0.42, + "lightLevelNumberOffsetSkyY": 0.56, + "lightLevelRange": 24, + "lightLevelThreshold": 8, + "mapPreviewSize": 160, + "slimeChunkOverlayRadius": -1, + "spawnableColumnHeightsOverlayRadius": 40, + "textPosX": 4, + "textPosY": 4, + "timeDayDivisor": 24000, + "timeTotalDivisor": 24000 + }, + "InfoTypeToggles": { + "infoBeeCount": false, + "infoBiome": false, + "infoBiomeRegistryName": false, + "infoBlockInChunk": false, + "infoBlockPosition": false, + "infoBlockProperties": false, + "infoChunkPosition": false, + "infoChunkSections": false, + "infoChunkSectionsLine": false, + "infoChunkUpdates": false, + "infoCoordinates": true, + "infoDifficulty": false, + "infoDimensionId": false, + "infoDistance": false, + "infoEntities": false, + "infoEntitiesClientWorld": false, + "infoEntityRegistryName": false, + "infoFacing": true, + "infoFPS": false, + "infoLightLevel": false, + "infoLookingAtBlock": false, + "infoLookingAtBlockInChunk": false, + "infoLookingAtEntity": false, + "infoMemoryUsage": false, + "infoLoadedChunksCount": false, + "infoParticleCount": false, + "infoPing": false, + "infoRegionFile": false, + "infoRotationPitch": false, + "infoRotationYaw": false, + "infoServerTPS": false, + "infoSlimeChunk": false, + "infoSpeed": false, + "infoSpeedAxis": false, + "infoTileEntities": false, + "infoTimeDayModulo": false, + "infoTimeIRL": true, + "infoTimeTotalModulo": false, + "infoTimeWorld": false, + "infoWorldTimeFormatted": false + }, + "InfoHotkeys": { + "infoBeeCount": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoBiome": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoBiomeRegistryName": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoBlockInChunk": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoBlockPosition": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoBlockProperties": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoChunkPosition": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoChunkSections": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoChunkSectionsLine": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoChunkUpdates": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoCoordinates": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoDifficulty": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoDimensionId": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoDistance": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoEntities": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoEntitiesClientWorld": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoEntityRegistryName": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoFacing": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoFPS": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoLightLevel": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoLookingAtBlock": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoLookingAtBlockInChunk": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoLookingAtEntity": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoMemoryUsage": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoLoadedChunksCount": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoParticleCount": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoPing": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoRegionFile": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoRotationPitch": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoRotationYaw": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoServerTPS": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoSlimeChunk": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoSpeed": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoSpeedAxis": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoTileEntities": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoTimeDayModulo": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoTimeIRL": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoTimeTotalModulo": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoTimeWorld": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "infoWorldTimeFormatted": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + } + }, + "RendererToggles": { + "debugCollisionBoxEnabled": false, + "debugNeighborsUpdateEnabled": false, + "debugPathfindingEnabled": false, + "debugSolidFaceEnabled": false, + "debugWaterEnabled": false, + "overlayBlockGrid": false, + "overlayLightLevel": false, + "overlayRandomTicksFixed": false, + "overlayRandomTicksPlayer": false, + "overlayRegionFile": false, + "overlaySlimeChunks": false, + "overlaySpawnableColumnHeights": false, + "overlaySpawnChunkReal": false, + "overlaySpawnChunkPlayer": false, + "overlayStructureMainToggle": false, + "shapeRenderer": false + }, + "RendererHotkeys": { + "debugCollisionBoxEnabled": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "debugNeighborsUpdateEnabled": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "debugPathfindingEnabled": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "debugSolidFaceEnabled": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "debugWaterEnabled": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "overlayBlockGrid": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "overlayLightLevel": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "overlayRandomTicksFixed": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "overlayRandomTicksPlayer": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "overlayRegionFile": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "overlaySlimeChunks": { + "keys": "", + "settings": { + "activate_on": "BOTH", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "overlaySpawnableColumnHeights": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "overlaySpawnChunkReal": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "overlaySpawnChunkPlayer": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "overlayStructureMainToggle": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "shapeRenderer": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + } + }, + "StructureColors": { + "Buried Treasure Main": "#302298E6", + "Buried Treasure Components": "#302298E6", + "Desert Pyramid Main": "#30FFFF00", + "Desert Pyramid Components": "#30FFFF00", + "End City Main": "#30EB07EB", + "End City Components": "#30EB07EB", + "Igloo Main": "#300FAFE4", + "Igloo Components": "#300FAFE4", + "Jungle Temple Main": "#3099FF00", + "Jungle Temple Components": "#3099FF00", + "Mansion Main": "#30FF6500", + "Mansion Components": "#30FF6500", + "Mineshaft Main": "#30F8D650", + "Mineshaft Components": "#30F8D650", + "Nether Fortress Main": "#30FC381D", + "Nether Fortress Components": "#30FC381D", + "Ocean Monument Main": "#3029E6EF", + "Ocean Monument Components": "#3029E6EF", + "Ocean Ruin Main": "#300FAD83", + "Ocean Ruin Components": "#300FAD83", + "Pillager Outpost Main": "#300FAD83", + "Pillager Outpost Components": "#300FAD83", + "Shipwreck Main": "#30EB1995", + "Shipwreck Components": "#30EB1995", + "Stronghold Main": "#30009999", + "Stronghold Components": "#30009999", + "Village Main": "#3054CB4E", + "Village Components": "#3054CB4E", + "Witch Hut Main": "#30BE1DFC", + "Witch Hut Components": "#300099FF" + }, + "StructureHotkeys": { + "Buried Treasure": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "Desert Pyramid": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "End City": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "Igloo": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "Jungle Temple": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "Mansion": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "Mineshaft": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "Nether Fortress": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "Ocean Monument": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "Ocean Ruin": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "Pillager Outpost": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "Shipwreck": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "Stronghold": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "Village": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + }, + "Witch Hut": { + "keys": "", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + } + }, + "StructureToggles": { + "Buried Treasure": false, + "Desert Pyramid": false, + "End City": false, + "Igloo": false, + "Jungle Temple": false, + "Mansion": false, + "Mineshaft": false, + "Nether Fortress": false, + "Ocean Monument": false, + "Ocean Ruin": false, + "Pillager Outpost": false, + "Shipwreck": false, + "Stronghold": false, + "Village": false, + "Witch Hut": false + }, + "config_version": 1 +} \ No newline at end of file diff --git a/.minecraft/config/modkeys.properties b/.minecraft/config/modkeys.properties index 89a7142..ba30506 100644 --- a/.minecraft/config/modkeys.properties +++ b/.minecraft/config/modkeys.properties @@ -1,5 +1,5 @@ #Fermion ModKeys properties file -#Mon Jan 20 20:32:49 CET 2020 +#Tue Jan 21 19:02:23 CET 2020 secondary=alt primary=control tertiary=menu diff --git a/.minecraft/mods/BBOutlineReloaded-1.0.14-1.15.1-fabric.jar b/.minecraft/mods/BBOutlineReloaded-1.0.14-1.15.1-fabric.jar new file mode 100644 index 0000000..5da806d Binary files /dev/null and b/.minecraft/mods/BBOutlineReloaded-1.0.14-1.15.1-fabric.jar differ diff --git a/.minecraft/mods/berrysmod-1.2.0.1.jar b/.minecraft/mods/berrysmod-1.2.0.1.jar deleted file mode 100644 index 2829f74..0000000 Binary files a/.minecraft/mods/berrysmod-1.2.0.1.jar and /dev/null differ diff --git a/.minecraft/mods/minihud-fabric-1.15.1-0.19.0-dev.20191227.222733.jar b/.minecraft/mods/minihud-fabric-1.15.1-0.19.0-dev.20191227.222733.jar new file mode 100644 index 0000000..76581ae Binary files /dev/null and b/.minecraft/mods/minihud-fabric-1.15.1-0.19.0-dev.20191227.222733.jar differ diff --git a/instance.cfg b/instance.cfg index f1bd9df..d9ebb0c 100644 --- a/instance.cfg +++ b/instance.cfg @@ -16,7 +16,7 @@ OverrideWindow=false ShowConsole=true ShowConsoleOnError=true iconKey=ramfe -lastLaunchTime=1579548730102 +lastLaunchTime=1579629705790 name=v0.0.X part 2 notes= -totalTimePlayed=254119 +totalTimePlayed=254269