Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
84 commits
Select commit Hold shift + click to select a range
b8c524a
-Added UI Profile option (can't be changed in-game for now)
Wilyicaro Jan 30, 2026
a2c6b9b
-Added `SlotDisplay` and removed display info from `Slot`
Wilyicaro Jan 30, 2026
8491056
-Added Console UI Theme to Progress screen
Wilyicaro Jan 30, 2026
d1b2a6f
Merge branch 'ReMinecraftPE:master' into legacy-ui-testing
Wilyicaro Jan 30, 2026
6b231bf
compiling version fixes
Wilyicaro Jan 30, 2026
9268bca
logic fix
Wilyicaro Jan 30, 2026
baab190
little optimization
Wilyicaro Jan 30, 2026
28b68a8
fixed wrong Inventory screen title color
Wilyicaro Jan 30, 2026
2332a45
-Added Texture Atlas and gui sprites
Wilyicaro Feb 1, 2026
2e6440a
Merge branch 'master' into legacy-ui-testing
Wilyicaro Feb 1, 2026
ac33c40
-Added `LogoTheme` option, for selecting logos: Auto (default, based …
Wilyicaro Feb 2, 2026
29e2a6c
fix
Wilyicaro Feb 2, 2026
3a31ec7
switch fix
Wilyicaro Feb 2, 2026
0fc744a
fixed another initialization order error
Wilyicaro Feb 2, 2026
d67eab1
fixes
Wilyicaro Feb 2, 2026
ce0002f
native android fixes
Wilyicaro Feb 2, 2026
85c6d45
Merge branch 'ReMinecraftPE:master' into legacy-ui-testing
Wilyicaro Feb 3, 2026
6dc4a3e
-Added first focus fading to buttons using Console UI Theme
Wilyicaro Feb 4, 2026
3dac8ad
Update PauseScreen.cpp
Wilyicaro Feb 4, 2026
da83c14
Update Button.cpp
Wilyicaro Feb 4, 2026
8e28eba
-Added key mapping specific for pausing, allowing controllers to use …
Wilyicaro Feb 5, 2026
0aa487f
Merge branch 'legacy-ui-testing' of https://github.com/Wilyicaro/mcpe…
Wilyicaro Feb 5, 2026
d1417c9
fix
Wilyicaro Feb 5, 2026
419ad8a
clean up
Wilyicaro Feb 5, 2026
0db2328
fixed other move inputs not changing the velocity when sneaking
Wilyicaro Feb 5, 2026
42d99af
fixed first slot selection not working properly when the screen has a…
Wilyicaro Feb 5, 2026
f621507
Merge branch 'master' into legacy-ui-testing
Wilyicaro Feb 6, 2026
0af7ac6
fixed console crafting screen not being accessible
Wilyicaro Feb 6, 2026
aa238c0
Merge branch 'master' into legacy-ui-testing
Wilyicaro Feb 8, 2026
a818684
-Added UI Theme and Logo Type to the Options screen
Wilyicaro Feb 8, 2026
8633f50
-Added Area Navigation, replacing the old method using indexes and ta…
Wilyicaro Feb 10, 2026
0e8e053
Merge branch 'master' into legacy-ui-testing
Wilyicaro Feb 10, 2026
b30cfcb
Fixed VS projects (these would not load in VS2010 due to duplicate en…
BrentDaMage Feb 10, 2026
0f8c9ea
FIxed bad merge in Client VS project file
BrentDaMage Feb 10, 2026
9d4608f
Fixed bad code merge & C++98 compat
BrentDaMage Feb 10, 2026
437973e
Update Options.cpp
Wilyicaro Feb 10, 2026
2a9e355
Update Screen.cpp
Wilyicaro Feb 10, 2026
28d5213
Update CreditsScreen.hpp
Wilyicaro Feb 10, 2026
fb136ad
-Added Console Play Game screen (the start game screen buttons weren'…
Wilyicaro Feb 11, 2026
a8ffe0d
Fixed merging issues
Wilyicaro Feb 11, 2026
3c6927f
Fixed VS project files
Wilyicaro Feb 11, 2026
d8cae69
Fixed unused var (why?)
Wilyicaro Feb 11, 2026
e36e8f8
Fixed ambiguous method (or not)
Wilyicaro Feb 11, 2026
5d98b64
really fixed
Wilyicaro Feb 11, 2026
191cd40
actually, fixed
Wilyicaro Feb 11, 2026
904382f
remove /gui/console from gitignore
Cjnator38 Feb 12, 2026
573d717
remove title
Cjnator38 Feb 12, 2026
3a7f306
Fixed bad Screen:_getElement() bounds check
BrentDaMage Feb 12, 2026
d1a6565
panel
Cjnator38 Feb 12, 2026
20422c9
pano
Cjnator38 Feb 12, 2026
dcbefbc
icon holders
Cjnator38 Feb 12, 2026
dab2ac4
arrows
Cjnator38 Feb 12, 2026
026a02e
armor slots
Cjnator38 Feb 12, 2026
5a60b9e
buttons and sliders
Cjnator38 Feb 12, 2026
1514c54
invert lighting on armor icons
Cjnator38 Feb 12, 2026
fd6cad9
tickbox/scroll arrows
Cjnator38 Feb 12, 2026
0766159
main panels
Cjnator38 Feb 12, 2026
aefb8f8
pointer panels
Cjnator38 Feb 12, 2026
bd4bfb2
recessed panels
Cjnator38 Feb 12, 2026
f0ed356
update arrows
Cjnator38 Feb 12, 2026
196a30f
-Added splashes manager, now the splashes will be read from `title/sp…
Wilyicaro Feb 12, 2026
376e465
clean up
Wilyicaro Feb 12, 2026
d37daed
Merge branch 'legacy-ui-testing' into legacy-ui-testing
Wilyicaro Feb 12, 2026
e0974ef
Merge pull request #1 from Cjnator38/legacy-ui-testing
Wilyicaro Feb 12, 2026
324825d
merging
Wilyicaro Feb 12, 2026
b105b78
adapting
Wilyicaro Feb 12, 2026
639ec45
compiling fixes
Wilyicaro Feb 12, 2026
d3cd96e
unused var
Wilyicaro Feb 12, 2026
2414bac
final recolors
Cjnator38 Feb 13, 2026
a3b99b0
Merge pull request #2 from Cjnator38/legacy-ui-testing
Wilyicaro Feb 13, 2026
881469b
Merge branch 'master' into legacy-ui-testing
Wilyicaro Feb 13, 2026
5bcd0f5
Bugfixes
BrentDaMage Feb 13, 2026
299b036
Renamed screens
BrentDaMage Feb 14, 2026
9f7bb14
Fixed VS Client Project Filters
BrentDaMage Feb 14, 2026
b54e6ef
Finished rename
BrentDaMage Feb 14, 2026
09d113b
Updated CMakeLists.txt
BrentDaMage Feb 14, 2026
0fee4db
Fixed warns
BrentDaMage Feb 14, 2026
f1eafd2
fix?
BrentDaMage Feb 14, 2026
e21d4b7
fix hopefully
BrentDaMage Feb 14, 2026
2fef802
Updated Xcode Project
BrentDaMage Feb 14, 2026
9fd7219
Tweaked ScrolledSelectionList speed
BrentDaMage Feb 14, 2026
1baec60
Updated texture colors to mesh better with console inventory GUI
BrentDaMage Feb 14, 2026
386595b
Added Cjnator38 to texture credits
BrentDaMage Feb 14, 2026
fc145cf
Added global options list macro + OptionsHeader for console UI
BrentDaMage Feb 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/assets/gui/console/Graphics/Arrow_Off.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/assets/gui/console/Graphics/Arrow_Small_Off.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/assets/gui/console/Graphics/IconHolder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/assets/gui/console/Graphics/IconHolderRed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/assets/gui/console/Graphics/Panel_BL.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/assets/gui/console/Graphics/Panel_BM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/assets/gui/console/Graphics/Panel_BR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/assets/gui/console/Graphics/Panel_ML.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/assets/gui/console/Graphics/Panel_MM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/assets/gui/console/Graphics/Panel_MR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/assets/gui/console/Graphics/Panel_TL.png
Binary file added game/assets/gui/console/Graphics/Panel_TM.png
Binary file added game/assets/gui/console/Graphics/Panel_TR.png
Binary file added game/assets/gui/console/Graphics/Slider_Button.png
Binary file added game/assets/gui/console/Graphics/Tick.png
Binary file added game/assets/gui/console/Graphics/Tickbox_Norm.png
Binary file added game/assets/gui/console/Graphics/Tickbox_Over.png
Binary file added game/assets/gui/console/Panel.png
Binary file added game/assets/gui/console/Panel_Bot_L.png
Binary file added game/assets/gui/console/Panel_Bot_M.png
Binary file added game/assets/gui/console/Panel_Bot_R.png
Binary file added game/assets/gui/console/Panel_Mid_L.png
Binary file added game/assets/gui/console/Panel_Mid_M.png
Binary file added game/assets/gui/console/Panel_Mid_R.png
Binary file added game/assets/gui/console/Panel_Top_L.png
Binary file added game/assets/gui/console/Panel_Top_M.png
Binary file added game/assets/gui/console/Panel_Top_R.png
Binary file added game/assets/gui/console/Panorama_Background_N.png
Binary file added game/assets/gui/console/scrollDown.png
Binary file added game/assets/gui/console/scrollUp.png
Binary file added game/assets/gui/container/entity_slot.png
Binary file modified game/assets/gui/inventory.png
Binary file added game/assets/gui/loading_background.png
Binary file added game/assets/gui/loading_bar.png
Binary file added game/assets/gui/loading_block.png
Binary file added game/assets/gui/slider_highlight.png
Binary file added game/assets/gui/text_field.png
Binary file added game/assets/gui/text_field_highlighted.png
110 changes: 109 additions & 1 deletion game/assets/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,75 @@
{
"loadingTip.C418": "Music by C418!",
"loadingTip.animalDespawn": "If an animal can't move more than 20 blocks in any direction, it won't despawn.",
"loadingTip.auMinecon": "Were you at Minecon?",
"loadingTip.bonemeal": "Bonemeal (crafted from a skeleton bone) can be used as a fertilizer, and can make things grow instantly!",
"loadingTip.bugs": "Do not look directly at the bugs.",
"loadingTip.cactus": "Cook cactus in a furnace to get green dye.",
"loadingTip.charcoal": "If you can't find any coal for your torches, you can always make charcoal from trees in a furnace.",
"loadingTip.chickenDuck": "Is it a chicken or is it a duck?",
"loadingTip.chickenEgg": "Chickens lay an egg every 5-10 minutes.",
"loadingTip.cookedPorkchop": "Eating cooked pork chops gives more health than eating raw pork chops.",
"loadingTip.coop": "Connect extra controllers to your computer and press %s on them to join a game at any point.",
"loadingTip.cowArmor": "Harvest leather from cows, and use it to make armor.",
"loadingTip.createObsidian": "Obsidian is created when water hits a lava source block.",
"loadingTip.creeperBorn": "Creepers were born from a coding bug.",
"loadingTip.creeperPowder": "Creepers are the easiest obtainable source of gunpowder.",
"loadingTip.deadmau5": "deadmau5 likes Minecraft!",
"loadingTip.digObsidian": "Obsidian can only be mined with a diamond or diamond pickaxe.",
"loadingTip.diggingDown": "Digging straight down or straight up is not a great idea.",
"loadingTip.diggingSoil": "Digging soil or sand with a spade is faster than with your hand!",
"loadingTip.emptyBucket": "If you have an empty bucket, you can fill it with milk from a cow, or water, or lava!",
"loadingTip.famousNotch": "Notch has over three million followers on twitter!",
"loadingTip.gameUpdate": "There will be an update to this game eventually!",
"loadingTip.gamma": "Alter the gamma settings to make the game brighter or darker.",
"loadingTip.ghastCobblestone": "Cobblestone is resistant to Ghast fireballs, making it useful for guarding portals.",
"loadingTip.ghastFireball": "Hit those fireballs back at the Ghast!",
"loadingTip.hoe": "Use a hoe to prepare areas of ground for planting.",
"loadingTip.junkboysFace": "No-one at Mojang has ever seen junkboy's face.",
"loadingTip.largeChest": "Placing two chests side by side will make one large chest.",
"loadingTip.lavaSmelt": "A single bucket of lava can be used in a furnace to smelt 100 blocks.",
"loadingTip.legacyInfo": "You'll get the latest info on this game from minecraft.net!",
"loadingTip.lightMelt": "Blocks that can be used as a light source will melt snow and ice. This includes torches, glowstone, and Jack O'Lanterns.",
"loadingTip.minecart": "Get to destinations faster with a minecart and rail!",
"loadingTip.mineconCalifornia": "Minecon 2016 was in Anaheim, California, USA!",
"loadingTip.mineconLasVegas": "Minecon 2011 was in Las Vegas, Nevada, USA!",
"loadingTip.mineconLondon": "Minecon 2015 was in London, UK!",
"loadingTip.mineconParis": "Minecon 2012 was in Paris, France!",
"loadingTip.minecraftFamous": "Some famous people play Minecraft!",
"loadingTip.minecraftForum": "minecraftforum has a section dedicated to the Java Edition.",
"loadingTip.minecraftRecords": "Java Edition broke lots of records!",
"loadingTip.minecraftWiki": "Did you know there's a Minecraft Wiki?",
"loadingTip.mojangAwards": "Mojang has more awards than staff!",
"loadingTip.mojangOffice": "Mojang's new office is cool!",
"loadingTip.netherPortal": "Building a portal will allow you to travel to another dimension - The Nether.",
"loadingTip.neutralMobs": "Attacking a wolf will cause any wolves in the immediate vicinity to turn hostile and attack you. This trait is also shared by Zombie Pigmans.",
"loadingTip.neutralPigman": "Zombie Pigmans won't attack you, unless you attack them.",
"loadingTip.neutralSpiders": "Spiders won't attack you during the day - unless you attack them.",
"loadingTip.noteBlockInstrument": "The instrument played by a note block depends on the material beneath it.",
"loadingTip.ohCreeper": "Creepers explode when they get close to you!",
"loadingTip.party": ".party() was excellent!",
"loadingTip.peaceful": "If you set the game difficulty to Peaceful no monsters will come out at night!",
"loadingTip.porkchop": "Harvest pork chops from pigs, and cook and eat them to regain health.",
"loadingTip.removedHerobrine": "We think Mojang has removed Herobrine from the Java Edition, but we're not too sure.",
"loadingTip.rightTool": "Use the right tool for the job!",
"loadingTip.rumors": "Always assume rumors are false, rather than assuming they're true!",
"loadingTip.saplingGrow": "Plant some saplings and they'll grow into trees.",
"loadingTip.sleepingBed": "Sleeping in a bed at night will fast forward the game to dawn, but all players in a multiplayer game need to sleep in beds at the same time.",
"loadingTip.slowLava": "Lava can take minutes to disappear COMPLETELY when the source block is removed.",
"loadingTip.spawnPoint": "You can change your game spawn point and skip to dawn by sleeping in a bed.",
"loadingTip.stackableFences": "Stackable fences are in the game now!",
"loadingTip.swedishCuriosity": "Not all Swedish people have blonde hair. Some, like Jens from Mojang, even have ginger hair!",
"loadingTip.torches": "Make some torches to light up areas at night. Monsters will avoid the areas around these torches.",
"loadingTip.undeadMobs": "Zombies and Skeletons can survive daylight if they are in water.",
"loadingTip.unknownMinecon": "No-one can remember where Minecon 2014 was held.",
"loadingTip.updateInfo": "Read the What's New section in the How To Play menus to see the latest update information about the game.",
"loadingTip.whoNotch": "Who is Notch?",
"loadingTip.wolfCreeper": "Wolves won't attack Creepers.",
"loadingTip.wolfTail": "Tame wolves show their health with the position of their tail. Feed them meat to heal them.",
"loadingTip.wolfTame": "Feed a bone to a wolf to tame it. You can then make it sit or follow you.",
"loadingTip.woolFire": "Take caution when building structures made of wool in open air, as lightning from thunderstorms can set wool on fire.",
"loading.initializing": "Initializing server",
"loading.spawnArea": "Loading spawn area",
"options.thirdPerson": "Third Person View",
"options.fancyGraphics": "Fancy Graphics",
"options.blockOutlines": "Block Outlines",
Expand All @@ -14,5 +85,42 @@
"options.debugText": "Debug Text",
"options.2dTitleLogo": "2D Title Logo",
"options.menuPanorama": "Menu Panorama",
"options.value": "%s: %s"
"options.uiTheme": "UI Theme",
"options.uiTheme.pocket": "Pocket",
"options.uiTheme.java": "Java",
"options.uiTheme.console": "Console",
"options.logoType": "Logo Type",
"options.logoType.auto": "Auto",
"options.logoType.pocket": "Pocket",
"options.logoType.java": "Java",
"options.logoType.console": "Console",
"options.logoType.xbox360": "Xbox 360",
"options.logoType.logo3d": "3D",
"options.hudSize": "HUD Size",
"options.value": "%s: %s",
"options.difficulty.peaceful.desc": "In this mode, the player regains health over time, and there are no enemies in the environment.",
"options.difficulty.easy.desc": "In this mode, enemies spawn in the environment, but will do less damage to the player than in the Normal mode.",
"options.difficulty.normal.desc": "In this mode, enemies spawn in the environment, and will do a standard amount of damage to the player.",
"options.difficulty.hard.desc": "In this mode, enemies will spawn in the environment, and will do a great deal of damage to the player. Watch out for the Creepers too, since they are unlikely to cancel their exploding attack when you move away from them!",
"mainMenu.playGame": "Play Game",
"mainMenu.leaderboards": "Leaderboards",
"mainMenu.achievements": "Achievements",
"mainMenu.helpAndOptions": "Help & Options",
"mainMenu.download": "Download Content",
"mainMenu.exitGame": "Exit Game",
"settingsMenu.howToPlay": "How To Play",
"settingsMenu.controls": "Controls",
"settingsMenu.settings": "Settings",
"settingsMenu.credits": "Credits",
"settingsMenu.resetToDefaults": "Reset To Defaults",
"playGame.start": "Start Game",
"playGame.join": "Join Game",
"playGame.createNewWorld": "Create New World",
"playGame.tutorial": "Play Tutorial",
"playGame.joinButton": "%s's Game",
"playGame.noGamesFound": "No Games Found",
"playGame.online": "Online game",
"playGame.inviteOnly": "Invite only",
"pauseMenu.resume": "Resume Game",
"pauseMenu.saveGame": "Save Game"
}
3 changes: 0 additions & 3 deletions game/assets/materials/ui.material
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
},

"ui_text:ui_texture_and_color": {
"states": [
"EnableAlphaTest"
],
"fragmentShader": "shaders/text.fragment"
},

Expand Down
3 changes: 2 additions & 1 deletion game/assets/readme.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Texture credits:
Cjnator38: adapting XSSheep and Goodly's UI textures for use in the console GUI theme
GGO4: parts of items.png, parts of terrain.png, cow.png
glitchy8015: pack.png, unknown_pack.png
Goodly: parts of terrain.png, all mobs except the cow, All of gui.png except touch buttons, clouds.png, font/default.png, p_rose.png, parts of p_crying_obsidian.png
iProgramMC: parts of terrain.png, parts of p_crying_obsidian.png
Un1q32: parts of terrain.png, particles.png, parts of items.png, p_camera.png
XSSheep: parts of terrain.png, almost all of items.png, arrows.png, pumpkinblur.png, sun.png, moon.png, icons.png, inventory.png, crafting.png, container.png, furnace.png, trap.png
Vimdo: touchgui.png, and gui2.png, including the touch d-pad, pause, chat, and pocket ui elements
XSSheep: parts of terrain.png, almost all of items.png, arrows.png, pumpkinblur.png, sun.png, moon.png, icons.png, inventory.png, crafting.png, container.png, furnace.png, trap.png

GGO4's textures are licensed under https://mit-license.org/
XSSheep's textures are licensed under https://creativecommons.org/licenses/by-sa/4.0/
Empty file modified game/assets/resource_packs/minecraft/.gitignore
100644 → 100755
Empty file.
Empty file modified game/assets/resource_packs/minecraft/pack.txt
100644 → 100755
Empty file.
212 changes: 212 additions & 0 deletions game/assets/texts/tips.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,212 @@
[
{
"translate": "loadingTip.hoe"
},
{
"translate": "loadingTip.spawnPoint"
},
{
"translate": "loadingTip.famousNotch"
},
{
"translate": "loadingTip.netherPortal"
},
{
"translate": "loadingTip.cookedPorkchop"
},
{
"translate": "loadingTip.bugs"
},
{
"translate": "loadingTip.torches"
},
{
"translate": "loadingTip.woolFire"
},
{
"translate": "loadingTip.swedishCuriosity"
},
{
"translate": "loadingTip.neutralSpiders"
},
{
"translate": "loadingTip.diggingDown"
},
{
"translate": "loadingTip.minecraftWiki"
},
{
"translate": "loadingTip.noteBlockInstrument"
},
{
"translate": "loadingTip.ohCreeper"
},
{
"translate": "loadingTip.removedHerobrine"
},
{
"translate": "loadingTip.sleepingBed"
},
{
"translate": "loadingTip.diggingSoil"
},
{
"translate": "loadingTip.whoNotch"
},
{
"translate": "loadingTip.saplingGrow"
},
{
"translate": "loadingTip.emptyBucket"
},
{
"translate": "loadingTip.minecraftRecords"
},
{
"translate": "loadingTip.ghastCobblestone"
},
{
"translate": "loadingTip.minecart"
},
{
"translate": "loadingTip.ghastFireball"
},
{
"translate": "loadingTip.charcoal"
},
{
"translate": "loadingTip.minecraftFamous"
},
{
"translate": "loadingTip.rightTool"
},
{
"translate": "loadingTip.gamma"
},
{
"translate": "loadingTip.auMinecon"
},
{
"translate": "loadingTip.bonemeal"
},
{
"translate": "loadingTip.porkchop"
},
{
"translate": "loadingTip.creeperBorn"
},
{
"translate": "loadingTip.largeChest"
},
{
"translate": "loadingTip.legacyInfo"
},
{
"translate": "loadingTip.chickenDuck"
},
{
"translate": "loadingTip.cactus"
},
{
"translate": "loadingTip.digObsidian"
},
{
"translate": "loadingTip.junkboysFace"
},
{
"translate": "loadingTip.chickenEgg"
},
{
"translate": "loadingTip.cowArmor"
},
{
"translate": "loadingTip.deadmau5"
},
{
"translate": "loadingTip.lightMelt"
},
{
"translate": "loadingTip.neutralPigman"
},
{
"translate": "loadingTip.gameUpdate"
},
{
"translate": "loadingTip.wolfTame"
},
{
"translate": "loadingTip.peaceful"
},
{
"translate": "loadingTip.mojangAwards"
},
{
"translate": "loadingTip.creeperPowder"
},
{
"translate": "loadingTip.wolfCreeper"
},
{
"translate": "loadingTip.mineconParis"
},
{
"translate": "loadingTip.createObsidian"
},
{
"translate": "loadingTip.wolfTail"
},
{
"translate": "loadingTip.mojangOffice"
},
{
"translate": "loadingTip.neutralMobs"
},
{
"translate": "loadingTip.slowLava"
},
{
"translate": "loadingTip.party"
},
{
"translate": "loadingTip.lavaSmelt"
},
{
"translate": "loadingTip.undeadMobs"
},
{
"translate": "loadingTip.mineconLasVegas"
},
{
"translate": "loadingTip.minecraftForum"
},
{
"translate": "loadingTip.stackableFences"
},
{
"translate": "loadingTip.unknownMinecon"
},
{
"translate": "loadingTip.rumors"
},
{
"translate": "loadingTip.updateInfo"
},
{
"translate": "loadingTip.animalFollow"
},
{
"translate": "loadingTip.mineconLondon"
},
{
"tip": {
"translate": "loadingTip.coop"
},
"time": 0
},
{
"translate": "loadingTip.mineconCalifornia"
},
{
"translate": "loadingTip.C418"
}
]
Loading