This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 8 | |
| B8 | |
| F8 | |
| G8 | |
| W8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| SETLOCAL ENABLEEXTENSIONS | |
| REM I will eventually use ENABLEDELAYEDEXPANSION to upgrade this to use a for loop so I can shove all the data attributes into one thing | |
| REM Also, I intend to add an auto-dump of the hidden attributes from the registry to populate the loop | |
| REM Also, I intend to split this into two scripts (1 show, 1 hide) and maybe port it to powershell | |
| REM SET attrib=+ATTRIB_HIDE | |
| SET attrib=-ATTRIB_HIDE | |
| REM Harddisk settings | |
| powercfg -attributes 0012ee47-9041-4b5d-9b77-535fba8b1442 0b2d69d7-a2a1-449c-9680-f91c70521c60 %attrib% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| #_______________________________________________________________________ | |
| # | |
| # C C C P i s C o n t r o l C h a r t s i n P y t h o n | |
| #_______________________________________________________________________ | |
| # | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2013-12-30 16:30:09 [INFO] Attempted to place a tile entity (emasher.gas.tileentity.TileShaleResource@4ce34b07) at -273,3,-892 (BEDROCK) where there was no entity tile! | |
| 2013-12-30 16:30:09 [INFO] Chunk coordinates: -288,-896 | |
| 2013-12-30 16:30:09 [SEVERE] java.lang.Exception | |
| 2013-12-30 16:30:09 [SEVERE] at net.minecraft.world.chunk.Chunk.func_76604_a(Chunk.java:1120) | |
| 2013-12-30 16:30:09 [SEVERE] at net.minecraft.world.World.func_72837_a(World.java:3537) | |
| 2013-12-30 16:30:09 [SEVERE] at net.minecraft.world.chunk.Chunk.func_76592_a(Chunk.java:797) | |
| 2013-12-30 16:30:09 [SEVERE] at net.minecraft.world.World.func_72832_d(World.java:845) | |
| 2013-12-30 16:30:09 [SEVERE] at emasher.gas.worldgen.WorldGenGasVent.generate(WorldGenGasVent.java:63) | |
| 2013-12-30 16:30:09 [SEVERE] at emasher.gas.worldgen.WorldGenerationUpdater.Load(WorldGenerationUpdater.java:24) | |
| 2013-12-30 16:30:09 [SEVERE] at net.minecraftforge.event.ASMEventHandler_237_WorldGenerationUpdater_Load_ChunkEvent.invoke(.dynamic) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2013-12-30 16:29:21 [INFO] Attempted to place a tile entity (com.xcompwiz.mystcraft.tileentity.TileEntityDesk@133c76ed) at -432,135,-530 (X1283) where there was no entity tile! | |
| 2013-12-30 16:29:21 [INFO] Chunk coordinates: -432,-544 | |
| 2013-12-30 16:29:21 [SEVERE] java.lang.Exception | |
| 2013-12-30 16:29:21 [SEVERE] at net.minecraft.world.chunk.Chunk.func_76604_a(Chunk.java:1120) | |
| 2013-12-30 16:29:21 [SEVERE] at net.minecraft.world.World.func_72837_a(World.java:3537) | |
| 2013-12-30 16:29:21 [SEVERE] at com.xcompwiz.mystcraft.block.BlockWritingDesk.func_71861_g(BlockWritingDesk.java:197) | |
| 2013-12-30 16:29:21 [SEVERE] at net.minecraft.world.chunk.Chunk.func_76592_a(Chunk.java:780) | |
| 2013-12-30 16:29:21 [SEVERE] at net.minecraft.world.World.func_72832_d(World.java:845) | |
| 2013-12-30 16:29:21 [SEVERE] at net.minecraft.world.gen.structure.StructureComponent.func_74864_a(StructureComponent.java:579) | |
| 2013-12-30 16:29:21 [SEVERE] at net.minecraft.world.gen.structure.ComponentVillage.func_74864_a(ComponentVillage.j |