Skip to content

Instantly share code, notes, and snippets.

@MMK21Hub
MMK21Hub / vt-datapacks.md
Last active August 4, 2020 18:11
The latest version of all VT datapacks. [Unofficial] https://vanillatweaks.net/picker/datapacks/

Latest datapack versions

Last updated 4 August 2020

If all datapacks are not up-to-date on your world, there is a high chance of compatability issues. /datapack list reveals datapack versions. (Use Ctrl+F to find the pack you need)

See also: https://gist.github.com/MMK21Hub/86d97539b474ae387bba9f74113ef078

Mobs

Name Latest
{
"afk display": "v1.0.1",
"anti creeper grief": "v1.0.2",
"anti enderman grief": "v1.0",
"anti ghast grief": "v1.0",
"armour statues": "v2.7.1",
"classic fishing loot": "v1.0",
"coordinates hud": "v1.1.2",
"count mob deaths": "v1.0.1",
"custom nether portals": "v2.2.1",
@MMK21Hub
MMK21Hub / mc-20w30a-overview.md
Last active July 25, 2020 07:44
Minecraft 30w30a: Overview [snapshot]

Minecraft 20w30a: Technical changes

Want to know all the changes in this snapshot? See the Minecraft Wiki article!

Survival

  • Bed / Respawn Anchor respawning mechanics have changed.
    • Cardinal directions will now be prioritised over diagnals.
    • The game will attempt to avoid respawning the player on 'potentially harmful blocks'.[More infomation needed]

Exploit patches

https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/160/twitter/259/thumbs-up_1f44d.png
https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/160/twitter/259/thumbs-up_1f44d.png
@MMK21Hub
MMK21Hub / watchlist.md
Last active December 16, 2020 14:18
Things to watch

Web

  • bootstrap
  • angular
  • vue
  • react
  • docker
  • jquery
  • typescript
  • node.js
@MMK21Hub
MMK21Hub / knowledge-base.md
Created January 2, 2021 16:08
Knowledge Base: what's new?
We couldn’t find that file to show.
@MMK21Hub
MMK21Hub / commands.json
Created January 11, 2021 09:52
Notable: All commands [1.9.0-beta.0]
[
{ "command": "about.close", "title": "About: Close", "description": "Close the about window" },
{ "command": "about.open", "title": "About: Open", "description": "Open the about window" },
{ "command": "about.toggle", "title": "About: Toggle", "description": "Open/close the about window", "args": "force?" },
{ "command": "app.exit", "title": "App: Exit", "description": "Exit the app, this is just an alias for \"app.quit\"" },
{ "command": "app.quit", "title": "App: Quit", "description": "Quit the app" },
{ "command": "app.reload", "title": "App: Reload", "description": "Reload the app" },
{ "command": "attachment.copy", "title": "Attachment: Copy...", "description": "Copy the relative path of an attachment to the clipboard", "args": "attachment" },
{ "command": "attachment.copyLink", "title": "Attachment: Copy Link...", "description": "Copy the link to an attachment to the clipboard", "args": "attachment" },
{ "command": "attachment.copyMarkdownLink", "title": "Attachment: Copy Markdown Li
@MMK21Hub
MMK21Hub / shortcuts.json
Last active February 11, 2022 17:01
Notable: Default keybindings [1.9.0-beta.0]
[
{ "shortcut": "Ctrl+K Ctrl+K Ctrl+I", "command": "devtools.toggle" },
{ "shortcut": "Ctrl+Alt+Shift+I", "command": "devtools.toggle" },
{ "shortcut": "Ctrl+Alt+Shift+/", "command": "help.tutorial" },
{ "shortcut": "Ctrl+Shift+/", "command": "help.cheatsheet" },
{ "shortcut": "Ctrl+K Ctrl+K Ctrl+P", "command": "processExplorer.toggle" },
{ "shortcut": "Ctrl+Alt+Shift+P", "command": "processExplorer.toggle" },
{ "shortcut": "Ctrl+Q", "command": "app.quit" },
{ "shortcut": "Ctrl+Alt+Shift+R", "command": "app.reload" },
{ "shortcut": "Shift+F5", "command": "app.reload" },