4jcraft/scripts/mv_mc_world.json
2026-03-05 03:29:23 -05:00

509 lines
26 KiB
JSON

{
"project_root": "/home/ella/CProjects/4jcraft/Minecraft.World",
"include_search_paths": [
"/home/ella/CProjects/4jcraft/Minecraft.World/**"
],
"extra_scan_paths": [
"/home/ella/CProjects/4jcraft/Minecraft.Client/**"
],
"moves": [
{ "from": "BodyControl.*", "to": "AI/Control/" },
{ "from": "Control.*", "to": "AI/Control/" },
{ "from": "JumpControl.*", "to": "AI/Control/" },
{ "from": "LookControl.*", "to": "AI/Control/" },
{ "from": "MoveControl.*", "to": "AI/Control/" },
{ "from": "Sensing.*", "to": "AI/Control/" },
{ "from": "GoalSelector.*", "to": "AI/Goals/" },
{ "from": "OzelotAttackGoal.*", "to": "AI/Goals/", "rename": "OcelotAttackGoal.*" },
{ "from": "*Goal.*", "to": "AI/Goals/" },
{ "from": "Node.*", "to": "AI/Navigation/" },
{ "from": "Path.*", "to": "AI/Navigation/" },
{ "from": "PathFinder.*", "to": "AI/Navigation/" },
{ "from": "PathNavigation.*", "to": "AI/Navigation/" },
{ "from": "RandomPos.*", "to": "AI/Navigation/" },
{ "from": "*TileEntity.*", "to": "Blocks/TileEntities/" },
{ "from": "EnchantmentTableEntity.*", "to": "Blocks/TileEntities/", "rename": "EnchantmentTableTileEntity.*" },
{ "from": "EntityTile.*", "to": "Blocks/TileEntities/" },
{ "from": "PistonPieceEntity.*", "to": "Blocks/TileEntities/", "rename": "PistonPieceTileEntity.*" },
{ "from": "PotionBrewing.*", "to": "Blocks/TileEntities/" },
{ "from": "Bush.*", "to": "Blocks/", "rename": "PlantTile.*" },
{ "from": "DecorationMaterial.*", "to": "Blocks/" },
{ "from": "GasMaterial.*", "to": "Blocks/" },
{ "from": "LiquidMaterial.*", "to": "Blocks/" },
{ "from": "LiquidTileDynamic.*", "to": "Blocks/" },
{ "from": "LiquidTileStatic.*", "to": "Blocks/" },
{ "from": "Material.*", "to": "Blocks/" },
{ "from": "MaterialColor.*", "to": "Blocks/" },
{ "from": "MobSpawner.*", "to": "Blocks/" },
{ "from": "Mushroom.*", "to": "Blocks/", "rename": "MushroomPlantTile.*" },
{ "from": "PistonMovingPiece.*", "to": "Blocks/", "rename": "PistonMovingTileEntity.*" },
{ "from": "PortalMaterial.*", "to": "Blocks/" },
{ "from": "RedlightTile.*", "to": "Blocks/", "rename": "RedLightTile.*" },
{ "from": "Sapling.*", "to": "Blocks/", "rename": "SaplingPlantTile.*" },
{ "from": "Sponge.*", "to": "Blocks/", "rename": "SpongeTile.*" },
{ "from": "TallGrass.*", "to": "Blocks/", "rename": "TallGrassPlantTile.*" },
{ "from": "TheEndPortal.*", "to": "Blocks/", "rename": "TheEndPortalTile.*" },
{ "from": "WebMaterial.*", "to": "Blocks/" },
{ "from": "*Tile.*", "to": "Blocks/" },
{ "from": "x64headers/", "to": "Build/", "folder": "move" },
{ "from": "Minecraft.World.**", "to": "Build/" },
{ "from": "System.h", "to": "Build/" },
{ "from": "system.cpp", "to": "Build/", "rename": "System.cpp" },
{ "from": "CMakeLists.txt", "to": "Build/" },
{ "from": "stdafx.*", "to": "Build/" },
{ "from": "AdminLogCommand.*", "to": "Commands/" },
{ "from": "Command.*", "to": "Commands/" },
{ "from": "CommandDispatcher.*", "to": "Commands/" },
{ "from": "CommandSender.*", "to": "Commands/" },
{ "from": "CommandsEnum.*", "to": "Commands/" },
{ "from": "DefaultGameModeCommand.*", "to": "Commands/" },
{ "from": "EnchantItemCommand.*", "to": "Commands/" },
{ "from": "ExperienceCommand.*", "to": "Commands/" },
{ "from": "GameModeCommand.*", "to": "Commands/" },
{ "from": "GiveItemCommand.*", "to": "Commands/" },
{ "from": "KillCommand.*", "to": "Commands/" },
{ "from": "TimeCommand.*", "to": "Commands/" },
{ "from": "ToggleDownfallCommand.*", "to": "Commands/" },
{ "from": "AbstractContainerMenu.*", "to": "Containers/" },
{ "from": "ArmorSlot.*", "to": "Containers/" },
{ "from": "BrewingStandMenu.*", "to": "Containers/" },
{ "from": "ClientSideMerchant.*", "to": "Containers/" },
{ "from": "CompoundContainer.*", "to": "Containers/" },
{ "from": "Container.*", "to": "Containers/" },
{ "from": "ContainerMenu.*", "to": "Containers/" },
{ "from": "CraftingContainer.*", "to": "Containers/" },
{ "from": "CraftingMenu.*", "to": "Containers/" },
{ "from": "EnchantmentContainer.*", "to": "Containers/" },
{ "from": "EnchantmentMenu.*", "to": "Containers/" },
{ "from": "EnchantmentSlot.*", "to": "Containers/" },
{ "from": "FurnaceMenu.*", "to": "Containers/" },
{ "from": "FurnaceResultSlot.*", "to": "Containers/" },
{ "from": "Inventory.*", "to": "Containers/" },
{ "from": "InventoryMenu.*", "to": "Containers/" },
{ "from": "MenuBackup.*", "to": "Containers/" },
{ "from": "Merchant.*", "to": "Containers/" },
{ "from": "MerchantContainer.*", "to": "Containers/" },
{ "from": "MerchantMenu.*", "to": "Containers/" },
{ "from": "MerchantRecipe.*", "to": "Containers/" },
{ "from": "MerchantRecipeList.*", "to": "Containers/" },
{ "from": "MerchantRecipeSlot.*", "to": "Containers/" },
{ "from": "MerchantResultSlot.*", "to": "Containers/" },
{ "from": "MouseInventoryClickHandler.*","to": "Containers/" },
{ "from": "RepairContainer.*", "to": "Containers/" },
{ "from": "RepairMenu.*", "to": "Containers/" },
{ "from": "RepairResultSlot.*", "to": "Containers/" },
{ "from": "ResultContainer.*", "to": "Containers/" },
{ "from": "ResultSlot.*", "to": "Containers/" },
{ "from": "SimpleContainer.*", "to": "Containers/" },
{ "from": "Slot.*", "to": "Containers/" },
{ "from": "TrapMenu.*", "to": "Containers/" },
{ "from": "*Enchantment.*", "to": "Enchantments/" },
{ "from": "EnchantmentCategory.*", "to": "Enchantments/" },
{ "from": "*EnchantmentHelper.*", "to": "Enchantments/" },
{ "from": "EnchantmentInstance.*", "to": "Enchantments/" },
{ "from": "BossMobPart.*", "to": "Entities/" },
{ "from": "DoorInfo.*", "to": "Entities/" },
{ "from": "Enemy.*", "to": "Entities/" },
{ "from": "Entity.*", "to": "Entities/" },
{ "from": "EntityDamageSource.*", "to": "Entities/" },
{ "from": "EntityEvent.*", "to": "Entities/" },
{ "from": "EntityPos.*", "to": "Entities/" },
{ "from": "EntitySelector.*", "to": "Entities/" },
{ "from": "FlyingMob.*", "to": "Entities/" },
{ "from": "GlobalEntity.*", "to": "Entities/" },
{ "from": "HangingEntity.*", "to": "Entities/" },
{ "from": "IndirectEntityDamageSource.*","to": "Entities/" },
{ "from": "InstantenousMobEffect.*", "to": "Entities/", "rename": "InstantaneousMobEffect.*" },
{ "from": "ItemEntity.*", "to": "Entities/" },
{ "from": "Mob.*", "to": "Entities/" },
{ "from": "MobCategory.*", "to": "Entities/" },
{ "from": "MobEffect.*", "to": "Entities/" },
{ "from": "MobEffectInstance.*", "to": "Entities/" },
{ "from": "MobType.*", "to": "Entities/" },
{ "from": "Monster.*", "to": "Entities/" },
{ "from": "PathfinderMob.*", "to": "Entities/" },
{ "from": "SynchedEntityData.*", "to": "Entities/", "rename": "SyncedEntityData.*" },
{ "from": "TamableAnimal.*", "to": "Entities/" },
{ "from": "Throwable.*", "to": "Entities/" },
{ "from": "WaterAnimal.*", "to": "Entities/" },
{ "from": "AgableMob.*", "to": "Entities/Mobs/", "rename": "AgeableMob.*" },
{ "from": "Animal.*", "to": "Entities/Mobs/" },
{ "from": "Arrow.*", "to": "Entities/Mobs/" },
{ "from": "Blaze.*", "to": "Entities/Mobs/" },
{ "from": "Boat.*", "to": "Entities/Mobs/" },
{ "from": "BossMob.*", "to": "Entities/Mobs/" },
{ "from": "CaveSpider.*", "to": "Entities/Mobs/" },
{ "from": "Chicken.*", "to": "Entities/Mobs/" },
{ "from": "Cow.*", "to": "Entities/Mobs/" },
{ "from": "Creature.*", "to": "Entities/Mobs/" },
{ "from": "Creeper.*", "to": "Entities/Mobs/" },
{ "from": "DragonFireball.*", "to": "Entities/Mobs/" },
{ "from": "EnderCrystal.*", "to": "Entities/Mobs/" },
{ "from": "EnderDragon.*", "to": "Entities/Mobs/" },
{ "from": "EnderMan.*", "to": "Entities/Mobs/" },
{ "from": "ExperienceOrb.*", "to": "Entities/Mobs/" },
{ "from": "EyeOfEnderSignal.*", "to": "Entities/Mobs/" },
{ "from": "Fireball.*", "to": "Entities/Mobs/" },
{ "from": "FishingHook.*", "to": "Entities/Mobs/" },
{ "from": "Ghast.*", "to": "Entities/Mobs/" },
{ "from": "Giant.*", "to": "Entities/Mobs/" },
{ "from": "Golem.*", "to": "Entities/Mobs/" },
{ "from": "ItemFrame.*", "to": "Entities/Mobs/" },
{ "from": "LavaSlime.*", "to": "Entities/Mobs/" },
{ "from": "LightningBolt.*", "to": "Entities/Mobs/" },
{ "from": "Minecart.*", "to": "Entities/Mobs/" },
{ "from": "MushroomCow.*", "to": "Entities/Mobs/" },
{ "from": "Npc.*", "to": "Entities/Mobs/" },
{ "from": "Ozelot.*", "to": "Entities/Mobs/", "rename": "Ocelot.*" },
{ "from": "Painting.*", "to": "Entities/Mobs/" },
{ "from": "Pig.*", "to": "Entities/Mobs/" },
{ "from": "PigZombie.*", "to": "Entities/Mobs/" },
{ "from": "PrimedTnt.*", "to": "Entities/Mobs/" },
{ "from": "Sheep.*", "to": "Entities/Mobs/" },
{ "from": "Silverfish.*", "to": "Entities/Mobs/" },
{ "from": "Skeleton.*", "to": "Entities/Mobs/" },
{ "from": "Slime.*", "to": "Entities/Mobs/" },
{ "from": "SmallFireball.*", "to": "Entities/Mobs/" },
{ "from": "Snowball.*", "to": "Entities/Mobs/" },
{ "from": "SnowMan.*", "to": "Entities/Mobs/" },
{ "from": "Spider.*", "to": "Entities/Mobs/" },
{ "from": "Squid.*", "to": "Entities/Mobs/" },
{ "from": "ThrownEgg.*", "to": "Entities/Mobs/" },
{ "from": "ThrownEnderpearl.*", "to": "Entities/Mobs/", "rename": "ThrownEnderPearl.*" },
{ "from": "ThrownExpBottle.*", "to": "Entities/Mobs/" },
{ "from": "ThrownPotion.*", "to": "Entities/Mobs/" },
{ "from": "Villager.*", "to": "Entities/Mobs/" },
{ "from": "VillagerGolem.*", "to": "Entities/Mobs/" },
{ "from": "Wolf.*", "to": "Entities/Mobs/" },
{ "from": "Zombie.*", "to": "Entities/Mobs/" },
{ "from": "net.minecraft.**", "to": "Headers/" },
{ "from": "com.mojang.**", "to": "Headers/" },
{ "from": "ConsoleSaveFile.*", "to": "IO/Files/" },
{ "from": "ConsoleSaveFileConverter.*", "to": "IO/Files/" },
{ "from": "ConsoleSaveFileInputStream.*","to": "IO/Files/" },
{ "from": "ConsoleSaveFileIO.*", "to": "IO/Files/" },
{ "from": "ConsoleSaveFileOriginal.*", "to": "IO/Files/" },
{ "from": "ConsoleSaveFileOutputStream.*","to": "IO/Files/" },
{ "from": "ConsoleSaveFileSplit.*", "to": "IO/Files/" },
{ "from": "ConsoleSavePath.*", "to": "IO/Files/" },
{ "from": "File.*", "to": "IO/Files/" },
{ "from": "FileFilter.*", "to": "IO/Files/" },
{ "from": "FileHeader.*", "to": "IO/Files/" },
{ "from": "FileInputStream.*", "to": "IO/Files/" },
{ "from": "FilenameFilter.*", "to": "IO/Files/" },
{ "from": "FileOutputStream.*", "to": "IO/Files/" },
{ "from": "ByteArrayTag.*", "to": "IO/NBT/" },
{ "from": "ByteTag.*", "to": "IO/NBT/" },
{ "from": "CompoundTag.*", "to": "IO/NBT/" },
{ "from": "DoubleTag.*", "to": "IO/NBT/" },
{ "from": "EndTag.*", "to": "IO/NBT/" },
{ "from": "FloatTag.*", "to": "IO/NBT/" },
{ "from": "IntArrayTag.*", "to": "IO/NBT/" },
{ "from": "IntTag.*", "to": "IO/NBT/" },
{ "from": "ListTag.*", "to": "IO/NBT/" },
{ "from": "LongTag.*", "to": "IO/NBT/" },
{ "from": "NbtIo.*", "to": "IO/NBT/", "rename": "NbtIO.*" },
{ "from": "NbtSlotFile.*", "to": "IO/NBT/" },
{ "from": "ShortTag.*", "to": "IO/NBT/" },
{ "from": "StringTag.*", "to": "IO/NBT/" },
{ "from": "Tag.*", "to": "IO/NBT/" },
{ "from": "Buffer.*", "to": "IO/Streams/" },
{ "from": "BufferedOutputStream.*", "to": "IO/Streams/" },
{ "from": "BufferedReader.*", "to": "IO/Streams/" },
{ "from": "ByteArrayInputStream.*", "to": "IO/Streams/" },
{ "from": "ByteArrayOutputStream.*", "to": "IO/Streams/" },
{ "from": "ByteBuffer.*", "to": "IO/Streams/" },
{ "from": "compression.*", "to": "IO/Streams/", "rename": "Compression.*" },
{ "from": "DataInput.*", "to": "IO/Streams/" },
{ "from": "DataInputStream.*", "to": "IO/Streams/" },
{ "from": "DataOutput.*", "to": "IO/Streams/" },
{ "from": "DataOutputStream.*", "to": "IO/Streams/" },
{ "from": "FloatBuffer.*", "to": "IO/Streams/" },
{ "from": "GZIPInputStream.*", "to": "IO/Streams/" },
{ "from": "GZIPOutputStream.*", "to": "IO/Streams/" },
{ "from": "InputOutputStream.*", "to": "IO/Streams/" },
{ "from": "InputStream.*", "to": "IO/Streams/" },
{ "from": "InputStreamReader.*", "to": "IO/Streams/" },
{ "from": "IntBuffer.*", "to": "IO/Streams/" },
{ "from": "OutputStream.*", "to": "IO/Streams/" },
{ "from": "Reader.*", "to": "IO/Streams/" },
{ "from": "ArmorItem.*", "to": "Items/" },
{ "from": "BedItem.*", "to": "Items/" },
{ "from": "BoatItem.*", "to": "Items/" },
{ "from": "BookItem.*", "to": "Items/" },
{ "from": "BottleItem.*", "to": "Items/" },
{ "from": "BowItem.*", "to": "Items/" },
{ "from": "BowlFoodItem.*", "to": "Items/" },
{ "from": "BucketItem.*", "to": "Items/" },
{ "from": "CarrotOnAStickItem.*", "to": "Items/" },
{ "from": "ClockItem.*", "to": "Items/" },
{ "from": "CoalItem.*", "to": "Items/" },
{ "from": "CompassItem.*", "to": "Items/" },
{ "from": "ComplexItem.*", "to": "Items/" },
{ "from": "DiggerItem.*", "to": "Items/" },
{ "from": "DoorItem.*", "to": "Items/" },
{ "from": "DyePowderItem.*", "to": "Items/" },
{ "from": "EggItem.*", "to": "Items/" },
{ "from": "EnchantedBookItem.*", "to": "Items/" },
{ "from": "EnderEyeItem.*", "to": "Items/" },
{ "from": "EnderpearlItem.*", "to": "Items/", "rename": "EnderPearlItem.*" },
{ "from": "ExperienceItem.*", "to": "Items/" },
{ "from": "FireChargeItem.*", "to": "Items/" },
{ "from": "FishingRodItem.*", "to": "Items/" },
{ "from": "FlintAndSteelItem.*", "to": "Items/" },
{ "from": "FoodItem.*", "to": "Items/" },
{ "from": "GoldenAppleItem.*", "to": "Items/" },
{ "from": "HangingEntityItem.*", "to": "Items/" },
{ "from": "HatchetItem.*", "to": "Items/" },
{ "from": "HoeItem.*", "to": "Items/" },
{ "from": "Item.*", "to": "Items/" },
{ "from": "ItemInstance.*", "to": "Items/" },
{ "from": "MapItem.*", "to": "Items/" },
{ "from": "MilkBucketItem.*", "to": "Items/" },
{ "from": "MinecartItem.*", "to": "Items/" },
{ "from": "MonsterPlacerItem.*", "to": "Items/" },
{ "from": "PickaxeItem.*", "to": "Items/" },
{ "from": "PotionItem.*", "to": "Items/" },
{ "from": "RecordingItem.*", "to": "Items/" },
{ "from": "RedStoneItem.*", "to": "Items/", "rename": "RedstoneItem.*" },
{ "from": "SaddleItem.*", "to": "Items/" },
{ "from": "SeedFoodItem.*", "to": "Items/" },
{ "from": "SeedItem.*", "to": "Items/" },
{ "from": "ShearsItem.*", "to": "Items/" },
{ "from": "ShovelItem.*", "to": "Items/" },
{ "from": "SignItem.*", "to": "Items/" },
{ "from": "SnowballItem.*", "to": "Items/" },
{ "from": "WeaponItem.*", "to": "Items/" },
{ "from": "AnvilTileItem.*", "to": "Items/TileItems/" },
{ "from": "AuxDataTileItem.*", "to": "Items/TileItems/" },
{ "from": "ClothTileItem.*", "to": "Items/TileItems/" },
{ "from": "ColoredTileItem.*", "to": "Items/TileItems/" },
{ "from": "LeafTileItem.*", "to": "Items/TileItems/" },
{ "from": "MultiTextureTileItem.*", "to": "Items/TileItems/" },
{ "from": "PistonTileItem.*", "to": "Items/TileItems/" },
{ "from": "SaplingTileItem.*", "to": "Items/TileItems/" },
{ "from": "SkullItem.*", "to": "Items/TileItems/" },
{ "from": "SmoothStoneBrickTileItem.*","to": "Items/TileItems/" },
{ "from": "StoneMonsterTileItem.*", "to": "Items/TileItems/" },
{ "from": "StoneSlabTileItem.*", "to": "Items/TileItems/" },
{ "from": "TileItem.*", "to": "Items/TileItems/" },
{ "from": "TilePlanterItem.*", "to": "Items/TileItems/", "rename": "PlanterTileItem.*" },
{ "from": "TreeTileItem.*", "to": "Items/TileItems/" },
{ "from": "WaterLilyTileItem.*", "to": "Items/TileItems/" },
{ "from": "BlockDestructionProgress.*","to": "Level/" },
{ "from": "BlockGenMethods.*", "to": "Level/" },
{ "from": "BlockReplacements.*", "to": "Level/" },
{ "from": "ChunkPos.*", "to": "Level/" },
{ "from": "ChunkSource.*", "to": "Level/" },
{ "from": "CustomLevelSource.*", "to": "Level/" },
{ "from": "DerivedLevelData.*", "to": "Level/" },
{ "from": "EmptyLevelChunk.*", "to": "Level/" },
{ "from": "Explosion.*", "to": "Level/" },
{ "from": "Level.*", "to": "Level/" },
{ "from": "LevelChunk.*", "to": "Level/" },
{ "from": "LevelConflictException.*", "to": "Level/" },
{ "from": "LevelData.*", "to": "Level/" },
{ "from": "RandomLevelSource.*", "to": "Level/" },
{ "from": "TickNextTickData.*", "to": "Level/" },
{ "from": "TileEventData.*", "to": "Level/" },
{ "from": "TilePos.*", "to": "Level/" },
{ "from": "WaterLevelChunk.*", "to": "Level/" },
{ "from": "Dimension.*", "to": "Level/Dimensions" },
{ "from": "HellDimension.*", "to": "Level/Dimensions/" },
{ "from": "NormalDimension.*", "to": "Level/Dimensions/" },
{ "from": "SkyIslandDimension.*", "to": "Level/Dimensions/" },
{ "from": "TheEndDimension.*", "to": "Level/Dimensions/" },
{ "from": "LevelEvent.*", "to": "Level/Events/" },
{ "from": "LevelListener.*", "to": "Level/Events/" },
{ "from": "LevelObjectInputStream.*", "to": "Level/Events/" },
{ "from": "VillageSiege.*", "to": "Level/Events/" },
{ "from": "ChunkStorage.*", "to": "Level/Storage/" },
{ "from": "ChunkStorageProfileDecorator.*","to": "Level/Storage/" },
{ "from": "CompressedTileStorage.*", "to": "Level/Storage/" },
{ "from": "DataLayer.*", "to": "Level/Storage/" },
{ "from": "DirectoryLevelStorage.*", "to": "Level/Storage/" },
{ "from": "DirectoryLevelStorageSource.*","to": "Level/Storage/" },
{ "from": "EntityIO.*", "to": "Level/Storage/" },
{ "from": "LevelSettings.*", "to": "Level/Storage/" },
{ "from": "LevelSource.*", "to": "Level/Storage/" },
{ "from": "LevelStorage.*", "to": "Level/Storage/" },
{ "from": "LevelStorageProfilerDecorator.*","to": "Level/Storage/" },
{ "from": "LevelStorageSource.*", "to": "Level/Storage/" },
{ "from": "LevelSummary.*", "to": "Level/Storage/" },
{ "from": "LevelType.*", "to": "Level/Storage/" },
{ "from": "MapItemSavedData.*", "to": "Level/Storage/" },
{ "from": "McRegionChunkStorage.*", "to": "Level/Storage/" },
{ "from": "McRegionLevelStorage.*", "to": "Level/Storage/" },
{ "from": "McRegionLevelStorageSource.*","to": "Level/Storage/" },
{ "from": "MemoryChunkStorage.*", "to": "Level/Storage/" },
{ "from": "MemoryLevelStorage.*", "to": "Level/Storage/" },
{ "from": "MemoryLevelStorageSource.*","to": "Level/Storage/" },
{ "from": "MockedLevelStorage.*", "to": "Level/Storage/" },
{ "from": "OldChunkStorage.*", "to": "Level/Storage/" },
{ "from": "PlayerIO.*", "to": "Level/Storage/" },
{ "from": "PortalForcer.*", "to": "Level/Storage/" },
{ "from": "ReadOnlyChunkCache.*", "to": "Level/Storage/" },
{ "from": "Region.*", "to": "Level/Storage/" },
{ "from": "RegionFile.*", "to": "Level/Storage/" },
{ "from": "RegionFileCache.*", "to": "Level/Storage/" },
{ "from": "SavedData.*", "to": "Level/Storage/" },
{ "from": "SavedDataStorage.*", "to": "Level/Storage/" },
{ "from": "SparseDataStorage.*", "to": "Level/Storage/" },
{ "from": "SparseLightStorage.*", "to": "Level/Storage/" },
{ "from": "ZonedChunkStorage.*", "to": "Level/Storage/" },
{ "from": "ZoneFile.*", "to": "Level/Storage/" },
{ "from": "ZoneIo.*", "to": "Level/Storage/", "rename": "ZoneIO.*" },
{ "from": "Connection.*", "to": "Network/" },
{ "from": "Socket.*", "to": "Network/" },
{ "from": "SocketAddress.*", "to": "Network/" },
{ "from": "*Packet.*", "to": "Network/Packets/" },
{ "from": "MoveEntityPacketSmall.*", "to": "Network/Packets/" },
{ "from": "PacketListener.*", "to": "Network/Packets/" },
{ "from": "Abilities.*", "to": "Player/" },
{ "from": "FoodData.*", "to": "Player/" },
{ "from": "Player.*", "to": "Player/" },
{ "from": "PlayerEnderChestContainer.*","to": "Player/" },
{ "from": "ArmorDyeRecipe.*", "to": "Recipes/" },
{ "from": "ArmorRecipes.*", "to": "Recipes/" },
{ "from": "ClothDyeRecipes.*", "to": "Recipes/" },
{ "from": "FoodRecipies.*", "to": "Recipes/", "rename": "FoodRecipes.*" },
{ "from": "FurnaceRecipes.*", "to": "Recipes/" },
{ "from": "OreRecipies.*", "to": "Recipes/", "rename": "OreRecipes.*" },
{ "from": "Recipes.*", "to": "Recipes/" },
{ "from": "Recipy.*", "to": "Recipes/" },
{ "from": "ShapedRecipy.*", "to": "Recipes/" },
{ "from": "ShapelessRecipy.*", "to": "Recipes/" },
{ "from": "StructureRecipies.*", "to": "Recipes/", "rename": "StructureRecipes.*" },
{ "from": "ToolRecipies.*", "to": "Recipes/", "rename": "ToolRecipes.*" },
{ "from": "WeaponRecipies.*", "to": "Recipes/", "rename": "WeaponRecipes.*" },
{ "from": "Achievement.*", "to": "Stats/" },
{ "from": "Achievements.*", "to": "Stats/" },
{ "from": "CommonStat.*", "to": "Stats/" },
{ "from": "CommonStats.*", "to": "Stats/" },
{ "from": "DurangoStats.*", "to": "Stats/" },
{ "from": "GeneralStat.*", "to": "Stats/" },
{ "from": "GenericStats.*", "to": "Stats/" },
{ "from": "ItemStat.*", "to": "Stats/" },
{ "from": "Stat.*", "to": "Stats/" },
{ "from": "StatFormatter.*", "to": "Stats/" },
{ "from": "Stats.*", "to": "Stats/" },
{ "from": "AABB.*", "to": "Util/" },
{ "from": "Arrays.*", "to": "Util/" },
{ "from": "ArrayWithLength.*", "to": "Util/" },
{ "from": "BasicTypeContainers.*", "to": "Util/" },
{ "from": "BinaryHeap.*", "to": "Util/" },
{ "from": "BoundingBox.*", "to": "Util/" },
{ "from": "C4JThread.*", "to": "Util/" },
{ "from": "Class.*", "to": "Util/" },
{ "from": "Color.*", "to": "Util/" },
{ "from": "Coord.*", "to": "Util/" },
{ "from": "DamageSource.*", "to": "Util/" },
{ "from": "Definitions.*", "to": "Util/" },
{ "from": "DelayedRelease.*", "to": "Util/" },
{ "from": "DescFormatter.*", "to": "Util/" },
{ "from": "Difficulty.*", "to": "Util/" },
{ "from": "Direction.*", "to": "Util/" },
{ "from": "Distort.*", "to": "Util/" },
{ "from": "Emboss.*", "to": "Util/" },
{ "from": "Exceptions.*", "to": "Util/" },
{ "from": "Facing.*", "to": "Util/" },
{ "from": "FlippedIcon.*", "to": "Util/" },
{ "from": "FoliageColor.*", "to": "Util/" },
{ "from": "FoodConstants.*", "to": "Util/" },
{ "from": "GrassColor.*", "to": "Util/" },
{ "from": "HashExtension.*", "to": "Util/" },
{ "from": "Hasher.*", "to": "Util/" },
{ "from": "HitResult.*", "to": "Util/" },
{ "from": "I18n.*", "to": "Util/" },
{ "from": "Icon.*", "to": "Util/" },
{ "from": "IconRegister.*", "to": "Util/" },
{ "from": "IntCache.*", "to": "Util/" },
{ "from": "JavaIntHash.*", "to": "Util/" },
{ "from": "JavaMath.*", "to": "Util/" },
{ "from": "Language.*", "to": "Util/" },
{ "from": "LightLayer.*", "to": "Util/" },
{ "from": "Mth.*", "to": "Util/" },
{ "from": "NumberFormaters.*", "to": "Util/", "rename": "NumberFormatters" },
{ "from": "ParticleTypes.*", "to": "Util/" },
{ "from": "PerformanceTimer.*", "to": "Util/" },
{ "from": "Pos.*", "to": "Util/" },
{ "from": "ProgressListener.*", "to": "Util/" },
{ "from": "Random.*", "to": "Util/" },
{ "from": "Rarity.*", "to": "Util/" },
{ "from": "Reference.*", "to": "Util/" },
{ "from": "Rotate.*", "to": "Util/" },
{ "from": "Scale.*", "to": "Util/" },
{ "from": "SharedConstants.*", "to": "Util/" },
{ "from": "SmoothFloat.*", "to": "Util/" },
{ "from": "SoundTypes.*", "to": "Util/" },
{ "from": "StringHelpers.*", "to": "Util/" },
{ "from": "ThreadName.*", "to": "Util/" },
{ "from": "UseAnim.*", "to": "Util/" },
{ "from": "Vec3.*", "to": "Util/" },
{ "from": "WaterColor.*", "to": "Util/" },
{ "from": "WeighedRandom.*", "to": "Util/" },
{ "from": "WeighedTreasure.*", "to": "Util/" },
{ "from": "*Biome.*", "to": "WorldGen/Biomes/" },
{ "from": "BiomeCache.*", "to": "WorldGen/Biomes/" },
{ "from": "BiomeDecorator.*", "to": "WorldGen/Biomes/" },
{ "from": "BiomeSource.*", "to": "WorldGen/Biomes/" },
{ "from": "FixedBiomeSource.*", "to": "WorldGen/Biomes/" },
{ "from": "*ChunkGenerator.*", "to": "WorldGen/ChunkGenerators/" },
{ "from": "BasicTree.*", "to": "WorldGen/Features/", "rename": "BasicTreeFeature.*" },
{ "from": "*Feature.*", "to": "WorldGen/Features/" },
{ "from": "NetherSphere.*", "to": "WorldGen/Features/", "rename": "NetherSphereFeature.*" },
{ "from": "*Layer.*", "to": "WorldGen/Layers/" },
{ "from": "VoronoiZoom.*", "to": "WorldGen/Layers/" },
{ "from": "*Noise.*", "to": "WorldGen/Noise/" },
{ "from": "Synth.*", "to": "WorldGen/Noise/" },
{ "from": "*LevelSource.*", "to": "WorldGen/Sources/" },
{ "from": "MineShaftPieces.*", "to": "WorldGen/Structures/" },
{ "from": "MineShaftStart.*", "to": "WorldGen/Structures/" },
{ "from": "NetherBridgePieces.*", "to": "WorldGen/Structures/" },
{ "from": "ScatteredFeaturePieces.*", "to": "WorldGen/Structures/" },
{ "from": "StrongholdPieces.*", "to": "WorldGen/Structures/" },
{ "from": "StructurePiece.*", "to": "WorldGen/Structures/" },
{ "from": "StructureStart.*", "to": "WorldGen/Structures/" },
{ "from": "TheEndBiomeDecorator.*", "to": "WorldGen/Structures/" },
{ "from": "Village.*", "to": "WorldGen/Structures/" },
{ "from": "VillagePieces.*", "to": "WorldGen/Structures/" },
{ "from": "Villages.*", "to": "WorldGen/Structures/" },
{"from": "ReadMe.txt", "to": "/"}
]
}