├── .clang-format ├── .gitignore ├── .gitmodules ├── .vscode └── settings.json ├── BedrockMap.ico ├── CMakeLists.txt ├── CMakeLists.txt.user ├── README.md ├── TODO.md ├── config.json ├── docs └── complie_guide.md ├── icon.qrc ├── icon.rc ├── imgs └── sample.png ├── res ├── block_actor │ ├── banner.png │ ├── barrel.png │ ├── beacon.png │ ├── bed.png │ ├── bee-nest.png │ ├── bell.png │ ├── blastfurnace.png │ ├── brewingstand.png │ ├── calibratedsculksensor.png │ ├── campfire.png │ ├── chest.png │ ├── commandblock.png │ ├── comparator.png │ ├── conduit.png │ ├── crafter.png │ ├── daylightdetector.png │ ├── dispenser.png │ ├── dropper.png │ ├── enchanttable.png │ ├── enderchest.png │ ├── endgateway.png │ ├── flowerpot.png │ ├── furnace.png │ ├── hopper.png │ ├── itemframe.png │ ├── jigsaw.png │ ├── jukebox.png │ ├── lectern.png │ ├── lodestone.png │ ├── mobspawner.png │ ├── movingblock.png │ ├── netherreactorcore.png │ ├── piston.png │ ├── pistonarm.png │ ├── sand.png │ ├── sculksensor.png │ ├── shulkerbox.png │ ├── sign.png │ ├── skeletonskull.png │ ├── smoker.png │ ├── spore-blossom.png │ ├── trialspawner.png │ └── vault.png ├── desktop.ini ├── entity │ ├── agent.png │ ├── alex.png │ ├── allay.png │ ├── anvil.png │ ├── armor_stand.png │ ├── armorer.png │ ├── arrow.png │ ├── axolotl.png │ ├── barnacle.png │ ├── bat.png │ ├── bee.png │ ├── blaze.png │ ├── boat.png │ ├── bogged.png │ ├── breeze.png │ ├── butcher.png │ ├── camel.png │ ├── camera.png │ ├── cartographer.png │ ├── cat.png │ ├── cave_spider.png │ ├── chest_boat.png │ ├── chest_minecart.png │ ├── chicken.png │ ├── cleric.png │ ├── cluckshroom.png │ ├── cod.png │ ├── command_block_minecart.png │ ├── cow.png │ ├── creaking.png │ ├── creeper.png │ ├── desktop.ini │ ├── dolphin.png │ ├── donkey.png │ ├── drowned.png │ ├── efe.png │ ├── elder_guardian.png │ ├── ender_crystal.png │ ├── enderman.png │ ├── endermite.png │ ├── evocation_illager.png │ ├── falling_block.png │ ├── farmer.png │ ├── fireball.png │ ├── firefly.png │ ├── fireworks_rocket.png │ ├── fisherman.png │ ├── fletcher.png │ ├── fox.png │ ├── frog.png │ ├── ghast.png │ ├── glow_squid.png │ ├── goat.png │ ├── guardian.png │ ├── herobrine.png │ ├── hoglin.png │ ├── hopper_minecart.png │ ├── horse.png │ ├── husk.png │ ├── ice_bomb.png │ ├── iceologer.png │ ├── illusioner.png │ ├── iron_golem.png │ ├── item.png │ ├── jeb_.png │ ├── jellie.png │ ├── johnny.png │ ├── kai.png │ ├── leash_knot.png │ ├── leatherworker.png │ ├── librarian.png │ ├── lightning.png │ ├── llama.png │ ├── magma_cube.png │ ├── makena.png │ ├── mars.png │ ├── meerkat.png │ ├── merl.png │ ├── minecart.png │ ├── moobloom.png │ ├── moolip.png │ ├── mooshroom.png │ ├── mule.png │ ├── noor.png │ ├── npc.png │ ├── ocelot.png │ ├── ostrich.png │ ├── painting.png │ ├── panda.png │ ├── parrot.png │ ├── phantom.png │ ├── pig.png │ ├── piglin.png │ ├── pillager.png │ ├── player.png │ ├── polar_bear.png │ ├── pufferfish.png │ ├── rabbit.png │ ├── rana.png │ ├── rascal.png │ ├── ravager.png │ ├── salmon.png │ ├── scaffolding.png │ ├── sheep.png │ ├── shepherd.png │ ├── shulker.png │ ├── shulker_bullet.png │ ├── silverfish.png │ ├── skeleton.png │ ├── skeleton_horse.png │ ├── slime.png │ ├── small_fireball.png │ ├── sniffer.png │ ├── snow_golem.png │ ├── snowball.png │ ├── spider.png │ ├── squid.png │ ├── stray.png │ ├── strider.png │ ├── sunny.png │ ├── tadpole.png │ ├── thrown_trident.png │ ├── tnt.png │ ├── tnt_minecart.png │ ├── toast.png │ ├── trader_llama.png │ ├── tropicalfish.png │ ├── turtle.png │ ├── vex.png │ ├── villager_v2.png │ ├── vindicator.png │ ├── vulture.png │ ├── wandering_trader.png │ ├── warden.png │ ├── witch.png │ ├── wither.png │ ├── wither_skeleton.png │ ├── wither_skull.png │ ├── wither_skull_dangerous.png │ ├── wolf.png │ ├── xp_orb.png │ ├── zoglin.png │ ├── zombie.png │ ├── zombie_pigman.png │ └── zombie_villager_v2.png ├── fonts │ ├── JetBrainsMono-Regular.ttf │ └── SourceHanSansCN-Normal.otf ├── nbt │ ├── TAG_Byte.png │ ├── TAG_Byte_Array.png │ ├── TAG_Byte_bool.png │ ├── TAG_Compound.png │ ├── TAG_Double.png │ ├── TAG_End.png │ ├── TAG_Float.png │ ├── TAG_Int.png │ ├── TAG_Int_Array.png │ ├── TAG_List.png │ ├── TAG_Long.png │ ├── TAG_Long_Array.png │ ├── TAG_Short.png │ └── TAG_String.png ├── ui │ ├── actor.png │ ├── biome.png │ ├── coord.png │ ├── debug.png │ ├── filter.png │ ├── global_nbt.png │ ├── grid.png │ ├── height.png │ ├── hsa.png │ ├── icon.png │ ├── map.png │ ├── nether.png │ ├── overworld.png │ ├── slime.png │ ├── theend.png │ └── village.png ├── village │ ├── dwellers.png │ ├── info.png │ ├── players.png │ └── poi.png └── what.png ├── scripts ├── build.ps1 ├── build_run.ps1 └── deploy.ps1 ├── src ├── aboutdialog.cpp ├── aboutdialog.ui ├── asynclevelloader.cpp ├── chunkeditorwidget.cpp ├── chunkeditorwidget.ui ├── chunksectionwidget.cpp ├── config.cpp ├── include │ ├── aboutdialog.h │ ├── asynclevelloader.h │ ├── chunkeditorwidget.h │ ├── chunksectionwidget.h │ ├── config.h │ ├── mainwindow.h │ ├── mapitemeditor.h │ ├── mapwidget.h │ ├── msg.h │ ├── nbtmodifydialog.h │ ├── nbtwidget.h │ ├── renderfilterdialog.h │ └── resourcemanager.h ├── main.cpp ├── mainwindow.cpp ├── mainwindow.ui ├── mapitemeditor.cpp ├── mapitemeditor.ui ├── mapwidget.cpp ├── msg.cpp ├── nbtmodifydialog.cpp ├── nbtmodifydialog.ui ├── nbtwidget.cpp ├── nbtwidget.ui ├── renderfilterdialog.cpp ├── renderfilterdialog.ui └── resourcemanager.cpp └── tools └── scale_icon.py /.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/.clang-format -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/.gitmodules -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /BedrockMap.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/BedrockMap.ico -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /CMakeLists.txt.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/CMakeLists.txt.user -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/README.md -------------------------------------------------------------------------------- /TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/TODO.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/config.json -------------------------------------------------------------------------------- /docs/complie_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/docs/complie_guide.md -------------------------------------------------------------------------------- /icon.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/icon.qrc -------------------------------------------------------------------------------- /icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/icon.rc -------------------------------------------------------------------------------- /imgs/sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/imgs/sample.png -------------------------------------------------------------------------------- /res/block_actor/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/banner.png -------------------------------------------------------------------------------- /res/block_actor/barrel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/barrel.png -------------------------------------------------------------------------------- /res/block_actor/beacon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/beacon.png -------------------------------------------------------------------------------- /res/block_actor/bed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/bed.png -------------------------------------------------------------------------------- /res/block_actor/bee-nest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/bee-nest.png -------------------------------------------------------------------------------- /res/block_actor/bell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/bell.png -------------------------------------------------------------------------------- /res/block_actor/blastfurnace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/blastfurnace.png -------------------------------------------------------------------------------- /res/block_actor/brewingstand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/brewingstand.png -------------------------------------------------------------------------------- /res/block_actor/calibratedsculksensor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/calibratedsculksensor.png -------------------------------------------------------------------------------- /res/block_actor/campfire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/campfire.png -------------------------------------------------------------------------------- /res/block_actor/chest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/chest.png -------------------------------------------------------------------------------- /res/block_actor/commandblock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/commandblock.png -------------------------------------------------------------------------------- /res/block_actor/comparator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/comparator.png -------------------------------------------------------------------------------- /res/block_actor/conduit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/conduit.png -------------------------------------------------------------------------------- /res/block_actor/crafter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/crafter.png -------------------------------------------------------------------------------- /res/block_actor/daylightdetector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/daylightdetector.png -------------------------------------------------------------------------------- /res/block_actor/dispenser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/dispenser.png -------------------------------------------------------------------------------- /res/block_actor/dropper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/dropper.png -------------------------------------------------------------------------------- /res/block_actor/enchanttable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/enchanttable.png -------------------------------------------------------------------------------- /res/block_actor/enderchest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/enderchest.png -------------------------------------------------------------------------------- /res/block_actor/endgateway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/endgateway.png -------------------------------------------------------------------------------- /res/block_actor/flowerpot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/flowerpot.png -------------------------------------------------------------------------------- /res/block_actor/furnace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/furnace.png -------------------------------------------------------------------------------- /res/block_actor/hopper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/hopper.png -------------------------------------------------------------------------------- /res/block_actor/itemframe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/itemframe.png -------------------------------------------------------------------------------- /res/block_actor/jigsaw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/jigsaw.png -------------------------------------------------------------------------------- /res/block_actor/jukebox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/jukebox.png -------------------------------------------------------------------------------- /res/block_actor/lectern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/lectern.png -------------------------------------------------------------------------------- /res/block_actor/lodestone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/lodestone.png -------------------------------------------------------------------------------- /res/block_actor/mobspawner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/mobspawner.png -------------------------------------------------------------------------------- /res/block_actor/movingblock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/movingblock.png -------------------------------------------------------------------------------- /res/block_actor/netherreactorcore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/netherreactorcore.png -------------------------------------------------------------------------------- /res/block_actor/piston.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/piston.png -------------------------------------------------------------------------------- /res/block_actor/pistonarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/pistonarm.png -------------------------------------------------------------------------------- /res/block_actor/sand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/sand.png -------------------------------------------------------------------------------- /res/block_actor/sculksensor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/sculksensor.png -------------------------------------------------------------------------------- /res/block_actor/shulkerbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/shulkerbox.png -------------------------------------------------------------------------------- /res/block_actor/sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/sign.png -------------------------------------------------------------------------------- /res/block_actor/skeletonskull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/skeletonskull.png -------------------------------------------------------------------------------- /res/block_actor/smoker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/smoker.png -------------------------------------------------------------------------------- /res/block_actor/spore-blossom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/spore-blossom.png -------------------------------------------------------------------------------- /res/block_actor/trialspawner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/trialspawner.png -------------------------------------------------------------------------------- /res/block_actor/vault.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/block_actor/vault.png -------------------------------------------------------------------------------- /res/desktop.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/desktop.ini -------------------------------------------------------------------------------- /res/entity/agent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/agent.png -------------------------------------------------------------------------------- /res/entity/alex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/alex.png -------------------------------------------------------------------------------- /res/entity/allay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/allay.png -------------------------------------------------------------------------------- /res/entity/anvil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/anvil.png -------------------------------------------------------------------------------- /res/entity/armor_stand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/armor_stand.png -------------------------------------------------------------------------------- /res/entity/armorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/armorer.png -------------------------------------------------------------------------------- /res/entity/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/arrow.png -------------------------------------------------------------------------------- /res/entity/axolotl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/axolotl.png -------------------------------------------------------------------------------- /res/entity/barnacle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/barnacle.png -------------------------------------------------------------------------------- /res/entity/bat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/bat.png -------------------------------------------------------------------------------- /res/entity/bee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/bee.png -------------------------------------------------------------------------------- /res/entity/blaze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/blaze.png -------------------------------------------------------------------------------- /res/entity/boat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/boat.png -------------------------------------------------------------------------------- /res/entity/bogged.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/bogged.png -------------------------------------------------------------------------------- /res/entity/breeze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/breeze.png -------------------------------------------------------------------------------- /res/entity/butcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/butcher.png -------------------------------------------------------------------------------- /res/entity/camel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/camel.png -------------------------------------------------------------------------------- /res/entity/camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/camera.png -------------------------------------------------------------------------------- /res/entity/cartographer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/cartographer.png -------------------------------------------------------------------------------- /res/entity/cat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/cat.png -------------------------------------------------------------------------------- /res/entity/cave_spider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/cave_spider.png -------------------------------------------------------------------------------- /res/entity/chest_boat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/chest_boat.png -------------------------------------------------------------------------------- /res/entity/chest_minecart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/chest_minecart.png -------------------------------------------------------------------------------- /res/entity/chicken.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/chicken.png -------------------------------------------------------------------------------- /res/entity/cleric.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/cleric.png -------------------------------------------------------------------------------- /res/entity/cluckshroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/cluckshroom.png -------------------------------------------------------------------------------- /res/entity/cod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/cod.png -------------------------------------------------------------------------------- /res/entity/command_block_minecart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/command_block_minecart.png -------------------------------------------------------------------------------- /res/entity/cow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/cow.png -------------------------------------------------------------------------------- /res/entity/creaking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/creaking.png -------------------------------------------------------------------------------- /res/entity/creeper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/creeper.png -------------------------------------------------------------------------------- /res/entity/desktop.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/desktop.ini -------------------------------------------------------------------------------- /res/entity/dolphin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/dolphin.png -------------------------------------------------------------------------------- /res/entity/donkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/donkey.png -------------------------------------------------------------------------------- /res/entity/drowned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/drowned.png -------------------------------------------------------------------------------- /res/entity/efe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/efe.png -------------------------------------------------------------------------------- /res/entity/elder_guardian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/elder_guardian.png -------------------------------------------------------------------------------- /res/entity/ender_crystal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/ender_crystal.png -------------------------------------------------------------------------------- /res/entity/enderman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/enderman.png -------------------------------------------------------------------------------- /res/entity/endermite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/endermite.png -------------------------------------------------------------------------------- /res/entity/evocation_illager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/evocation_illager.png -------------------------------------------------------------------------------- /res/entity/falling_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/falling_block.png -------------------------------------------------------------------------------- /res/entity/farmer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/farmer.png -------------------------------------------------------------------------------- /res/entity/fireball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/fireball.png -------------------------------------------------------------------------------- /res/entity/firefly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/firefly.png -------------------------------------------------------------------------------- /res/entity/fireworks_rocket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/fireworks_rocket.png -------------------------------------------------------------------------------- /res/entity/fisherman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/fisherman.png -------------------------------------------------------------------------------- /res/entity/fletcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/fletcher.png -------------------------------------------------------------------------------- /res/entity/fox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/fox.png -------------------------------------------------------------------------------- /res/entity/frog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/frog.png -------------------------------------------------------------------------------- /res/entity/ghast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/ghast.png -------------------------------------------------------------------------------- /res/entity/glow_squid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/glow_squid.png -------------------------------------------------------------------------------- /res/entity/goat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/goat.png -------------------------------------------------------------------------------- /res/entity/guardian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/guardian.png -------------------------------------------------------------------------------- /res/entity/herobrine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/herobrine.png -------------------------------------------------------------------------------- /res/entity/hoglin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/hoglin.png -------------------------------------------------------------------------------- /res/entity/hopper_minecart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/hopper_minecart.png -------------------------------------------------------------------------------- /res/entity/horse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/horse.png -------------------------------------------------------------------------------- /res/entity/husk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/husk.png -------------------------------------------------------------------------------- /res/entity/ice_bomb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/ice_bomb.png -------------------------------------------------------------------------------- /res/entity/iceologer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/iceologer.png -------------------------------------------------------------------------------- /res/entity/illusioner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/illusioner.png -------------------------------------------------------------------------------- /res/entity/iron_golem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/iron_golem.png -------------------------------------------------------------------------------- /res/entity/item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/item.png -------------------------------------------------------------------------------- /res/entity/jeb_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/jeb_.png -------------------------------------------------------------------------------- /res/entity/jellie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/jellie.png -------------------------------------------------------------------------------- /res/entity/johnny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/johnny.png -------------------------------------------------------------------------------- /res/entity/kai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/kai.png -------------------------------------------------------------------------------- /res/entity/leash_knot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/leash_knot.png -------------------------------------------------------------------------------- /res/entity/leatherworker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/leatherworker.png -------------------------------------------------------------------------------- /res/entity/librarian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/librarian.png -------------------------------------------------------------------------------- /res/entity/lightning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/lightning.png -------------------------------------------------------------------------------- /res/entity/llama.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/llama.png -------------------------------------------------------------------------------- /res/entity/magma_cube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/magma_cube.png -------------------------------------------------------------------------------- /res/entity/makena.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/makena.png -------------------------------------------------------------------------------- /res/entity/mars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/mars.png -------------------------------------------------------------------------------- /res/entity/meerkat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/meerkat.png -------------------------------------------------------------------------------- /res/entity/merl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/merl.png -------------------------------------------------------------------------------- /res/entity/minecart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/minecart.png -------------------------------------------------------------------------------- /res/entity/moobloom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/moobloom.png -------------------------------------------------------------------------------- /res/entity/moolip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/moolip.png -------------------------------------------------------------------------------- /res/entity/mooshroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/mooshroom.png -------------------------------------------------------------------------------- /res/entity/mule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/mule.png -------------------------------------------------------------------------------- /res/entity/noor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/noor.png -------------------------------------------------------------------------------- /res/entity/npc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/npc.png -------------------------------------------------------------------------------- /res/entity/ocelot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/ocelot.png -------------------------------------------------------------------------------- /res/entity/ostrich.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/ostrich.png -------------------------------------------------------------------------------- /res/entity/painting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/painting.png -------------------------------------------------------------------------------- /res/entity/panda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/panda.png -------------------------------------------------------------------------------- /res/entity/parrot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/parrot.png -------------------------------------------------------------------------------- /res/entity/phantom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/phantom.png -------------------------------------------------------------------------------- /res/entity/pig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/pig.png -------------------------------------------------------------------------------- /res/entity/piglin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/piglin.png -------------------------------------------------------------------------------- /res/entity/pillager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/pillager.png -------------------------------------------------------------------------------- /res/entity/player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/player.png -------------------------------------------------------------------------------- /res/entity/polar_bear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/polar_bear.png -------------------------------------------------------------------------------- /res/entity/pufferfish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/pufferfish.png -------------------------------------------------------------------------------- /res/entity/rabbit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/rabbit.png -------------------------------------------------------------------------------- /res/entity/rana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/rana.png -------------------------------------------------------------------------------- /res/entity/rascal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/rascal.png -------------------------------------------------------------------------------- /res/entity/ravager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/ravager.png -------------------------------------------------------------------------------- /res/entity/salmon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/salmon.png -------------------------------------------------------------------------------- /res/entity/scaffolding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/scaffolding.png -------------------------------------------------------------------------------- /res/entity/sheep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/sheep.png -------------------------------------------------------------------------------- /res/entity/shepherd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/shepherd.png -------------------------------------------------------------------------------- /res/entity/shulker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/shulker.png -------------------------------------------------------------------------------- /res/entity/shulker_bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/shulker_bullet.png -------------------------------------------------------------------------------- /res/entity/silverfish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/silverfish.png -------------------------------------------------------------------------------- /res/entity/skeleton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/skeleton.png -------------------------------------------------------------------------------- /res/entity/skeleton_horse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/skeleton_horse.png -------------------------------------------------------------------------------- /res/entity/slime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/slime.png -------------------------------------------------------------------------------- /res/entity/small_fireball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/small_fireball.png -------------------------------------------------------------------------------- /res/entity/sniffer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/sniffer.png -------------------------------------------------------------------------------- /res/entity/snow_golem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/snow_golem.png -------------------------------------------------------------------------------- /res/entity/snowball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/snowball.png -------------------------------------------------------------------------------- /res/entity/spider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/spider.png -------------------------------------------------------------------------------- /res/entity/squid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/squid.png -------------------------------------------------------------------------------- /res/entity/stray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/stray.png -------------------------------------------------------------------------------- /res/entity/strider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/strider.png -------------------------------------------------------------------------------- /res/entity/sunny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/sunny.png -------------------------------------------------------------------------------- /res/entity/tadpole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/tadpole.png -------------------------------------------------------------------------------- /res/entity/thrown_trident.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/thrown_trident.png -------------------------------------------------------------------------------- /res/entity/tnt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/tnt.png -------------------------------------------------------------------------------- /res/entity/tnt_minecart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/tnt_minecart.png -------------------------------------------------------------------------------- /res/entity/toast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/toast.png -------------------------------------------------------------------------------- /res/entity/trader_llama.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/trader_llama.png -------------------------------------------------------------------------------- /res/entity/tropicalfish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/tropicalfish.png -------------------------------------------------------------------------------- /res/entity/turtle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/turtle.png -------------------------------------------------------------------------------- /res/entity/vex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/vex.png -------------------------------------------------------------------------------- /res/entity/villager_v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/villager_v2.png -------------------------------------------------------------------------------- /res/entity/vindicator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/vindicator.png -------------------------------------------------------------------------------- /res/entity/vulture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/vulture.png -------------------------------------------------------------------------------- /res/entity/wandering_trader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/wandering_trader.png -------------------------------------------------------------------------------- /res/entity/warden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/warden.png -------------------------------------------------------------------------------- /res/entity/witch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/witch.png -------------------------------------------------------------------------------- /res/entity/wither.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/wither.png -------------------------------------------------------------------------------- /res/entity/wither_skeleton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/wither_skeleton.png -------------------------------------------------------------------------------- /res/entity/wither_skull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/wither_skull.png -------------------------------------------------------------------------------- /res/entity/wither_skull_dangerous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/wither_skull_dangerous.png -------------------------------------------------------------------------------- /res/entity/wolf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/wolf.png -------------------------------------------------------------------------------- /res/entity/xp_orb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/xp_orb.png -------------------------------------------------------------------------------- /res/entity/zoglin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/zoglin.png -------------------------------------------------------------------------------- /res/entity/zombie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/zombie.png -------------------------------------------------------------------------------- /res/entity/zombie_pigman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/zombie_pigman.png -------------------------------------------------------------------------------- /res/entity/zombie_villager_v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/entity/zombie_villager_v2.png -------------------------------------------------------------------------------- /res/fonts/JetBrainsMono-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/fonts/JetBrainsMono-Regular.ttf -------------------------------------------------------------------------------- /res/fonts/SourceHanSansCN-Normal.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/fonts/SourceHanSansCN-Normal.otf -------------------------------------------------------------------------------- /res/nbt/TAG_Byte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/nbt/TAG_Byte.png -------------------------------------------------------------------------------- /res/nbt/TAG_Byte_Array.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/nbt/TAG_Byte_Array.png -------------------------------------------------------------------------------- /res/nbt/TAG_Byte_bool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/nbt/TAG_Byte_bool.png -------------------------------------------------------------------------------- /res/nbt/TAG_Compound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/nbt/TAG_Compound.png -------------------------------------------------------------------------------- /res/nbt/TAG_Double.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/nbt/TAG_Double.png -------------------------------------------------------------------------------- /res/nbt/TAG_End.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/nbt/TAG_End.png -------------------------------------------------------------------------------- /res/nbt/TAG_Float.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/nbt/TAG_Float.png -------------------------------------------------------------------------------- /res/nbt/TAG_Int.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/nbt/TAG_Int.png -------------------------------------------------------------------------------- /res/nbt/TAG_Int_Array.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/nbt/TAG_Int_Array.png -------------------------------------------------------------------------------- /res/nbt/TAG_List.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/nbt/TAG_List.png -------------------------------------------------------------------------------- /res/nbt/TAG_Long.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/nbt/TAG_Long.png -------------------------------------------------------------------------------- /res/nbt/TAG_Long_Array.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/nbt/TAG_Long_Array.png -------------------------------------------------------------------------------- /res/nbt/TAG_Short.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/nbt/TAG_Short.png -------------------------------------------------------------------------------- /res/nbt/TAG_String.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/nbt/TAG_String.png -------------------------------------------------------------------------------- /res/ui/actor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/ui/actor.png -------------------------------------------------------------------------------- /res/ui/biome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/ui/biome.png -------------------------------------------------------------------------------- /res/ui/coord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/ui/coord.png -------------------------------------------------------------------------------- /res/ui/debug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/ui/debug.png -------------------------------------------------------------------------------- /res/ui/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/ui/filter.png -------------------------------------------------------------------------------- /res/ui/global_nbt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/ui/global_nbt.png -------------------------------------------------------------------------------- /res/ui/grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/ui/grid.png -------------------------------------------------------------------------------- /res/ui/height.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/ui/height.png -------------------------------------------------------------------------------- /res/ui/hsa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/ui/hsa.png -------------------------------------------------------------------------------- /res/ui/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/ui/icon.png -------------------------------------------------------------------------------- /res/ui/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/ui/map.png -------------------------------------------------------------------------------- /res/ui/nether.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/ui/nether.png -------------------------------------------------------------------------------- /res/ui/overworld.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/ui/overworld.png -------------------------------------------------------------------------------- /res/ui/slime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/ui/slime.png -------------------------------------------------------------------------------- /res/ui/theend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/ui/theend.png -------------------------------------------------------------------------------- /res/ui/village.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/ui/village.png -------------------------------------------------------------------------------- /res/village/dwellers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/village/dwellers.png -------------------------------------------------------------------------------- /res/village/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/village/info.png -------------------------------------------------------------------------------- /res/village/players.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/village/players.png -------------------------------------------------------------------------------- /res/village/poi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/village/poi.png -------------------------------------------------------------------------------- /res/what.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/res/what.png -------------------------------------------------------------------------------- /scripts/build.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/scripts/build.ps1 -------------------------------------------------------------------------------- /scripts/build_run.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/scripts/build_run.ps1 -------------------------------------------------------------------------------- /scripts/deploy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/scripts/deploy.ps1 -------------------------------------------------------------------------------- /src/aboutdialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/aboutdialog.cpp -------------------------------------------------------------------------------- /src/aboutdialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/aboutdialog.ui -------------------------------------------------------------------------------- /src/asynclevelloader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/asynclevelloader.cpp -------------------------------------------------------------------------------- /src/chunkeditorwidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/chunkeditorwidget.cpp -------------------------------------------------------------------------------- /src/chunkeditorwidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/chunkeditorwidget.ui -------------------------------------------------------------------------------- /src/chunksectionwidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/chunksectionwidget.cpp -------------------------------------------------------------------------------- /src/config.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/config.cpp -------------------------------------------------------------------------------- /src/include/aboutdialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/include/aboutdialog.h -------------------------------------------------------------------------------- /src/include/asynclevelloader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/include/asynclevelloader.h -------------------------------------------------------------------------------- /src/include/chunkeditorwidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/include/chunkeditorwidget.h -------------------------------------------------------------------------------- /src/include/chunksectionwidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/include/chunksectionwidget.h -------------------------------------------------------------------------------- /src/include/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/include/config.h -------------------------------------------------------------------------------- /src/include/mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/include/mainwindow.h -------------------------------------------------------------------------------- /src/include/mapitemeditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/include/mapitemeditor.h -------------------------------------------------------------------------------- /src/include/mapwidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/include/mapwidget.h -------------------------------------------------------------------------------- /src/include/msg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/include/msg.h -------------------------------------------------------------------------------- /src/include/nbtmodifydialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/include/nbtmodifydialog.h -------------------------------------------------------------------------------- /src/include/nbtwidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/include/nbtwidget.h -------------------------------------------------------------------------------- /src/include/renderfilterdialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/include/renderfilterdialog.h -------------------------------------------------------------------------------- /src/include/resourcemanager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/include/resourcemanager.h -------------------------------------------------------------------------------- /src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/main.cpp -------------------------------------------------------------------------------- /src/mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/mainwindow.cpp -------------------------------------------------------------------------------- /src/mainwindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/mainwindow.ui -------------------------------------------------------------------------------- /src/mapitemeditor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/mapitemeditor.cpp -------------------------------------------------------------------------------- /src/mapitemeditor.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/mapitemeditor.ui -------------------------------------------------------------------------------- /src/mapwidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/mapwidget.cpp -------------------------------------------------------------------------------- /src/msg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/msg.cpp -------------------------------------------------------------------------------- /src/nbtmodifydialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/nbtmodifydialog.cpp -------------------------------------------------------------------------------- /src/nbtmodifydialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/nbtmodifydialog.ui -------------------------------------------------------------------------------- /src/nbtwidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/nbtwidget.cpp -------------------------------------------------------------------------------- /src/nbtwidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/nbtwidget.ui -------------------------------------------------------------------------------- /src/renderfilterdialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/renderfilterdialog.cpp -------------------------------------------------------------------------------- /src/renderfilterdialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/renderfilterdialog.ui -------------------------------------------------------------------------------- /src/resourcemanager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/src/resourcemanager.cpp -------------------------------------------------------------------------------- /tools/scale_icon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedrock-dev/BedrockMap/HEAD/tools/scale_icon.py --------------------------------------------------------------------------------