Skip to content

Instantly share code, notes, and snippets.

@duartenina
Last active January 9, 2022 16:32
Show Gist options
  • Save duartenina/f15601fa8d0a4c30d5ae1909328394e2 to your computer and use it in GitHub Desktop.
Save duartenina/f15601fa8d0a4c30d5ae1909328394e2 to your computer and use it in GitHub Desktop.
Minecraft 1.18

You can add markers to DynMap. Easiest way is to place a sign with lines:

[dynmap]
<name of marker>
(optional) icon:<icon>

Biome key here.

Launcher: MultiMC

Java 17 is required. After installing it, you need to tell MultiMC to use it:

  1. In the top bar, select <Settings>;
  2. Select <Java> on the left;
  3. Select <Auto-detect>, it should show you the installed Java 17, select it.

How to create a Minecraft 1.18 Instance and add Fabric (modloader)

  1. After installing, select <Add Instance> on top left;
  2. Select the most recent 1.18 version (currently 1.18.1);
  3. Select <Edit Instance> (right click or right sidebar);
  4. In <Version>, select <Install Fabric>;
  5. Select the most recent version (currently 0.12.12);

You may need the location of the folders <mods>, <resourcepacks>, <shaderpacks> of the new instance: you can find them in the <Minecraft Folder> found with right click or right sidebar.

Mods

Always check requirements and version to download: 1.18 for Fabric. Many mods offer version for both Forge and Fabric, you want the Fabric one.

To install them (unless specified otherwise), just download the .jar in <Recent Files> (bottom right of the screen) and add it to the <mods> folder.

Requirements for some of the next mods

Fabric API

Indium

Architectury

Cloth Config

Very Useful

Rendering engine to increase framerate. Highly recommended!

Adds a menu to see a list of the installed mods and their options. Only way to access options for some mods.

Add a minimap and world map to the game. It also has a shareable and teleportable waypoint system.

Changing TP command

  1. Open Waypoints Menu (default key u);
  2. Open <Options>;
  3. Select <Teleport Command>;
  4. Change to /tp <your nickname>.

Waypoints

  • Waypoints can be shared and added through the waypoint menu (default key u);
  • You can add, edit and teleport to waypoints in the game world, in the map (default key m) or in the waypoint menu (default key u).

Adds connected textures, i.e., smooth glass.

Useful

Advanced recipe book. Shows all the blocks in the game and recipes to and with them.

Adds a lot of helpful mouse functions to move items.

Adds an overlay that shows light levels (dangerous or not).

Adds sorting options to inventories and chest!

Adds information about the durability of your tools and shows your inventory when it's closed.

Automatically switches tool depending on the block.

Niche

Shaders change the way Minecraft looks, mostly the lighting. Beware: it's very heavy! Sodium should be used to keep FPS decent.

List of shaders here.

Zoom utility.

A Skyrim-like compass.

Adds dynamic lighting to blocks and entities, e.g., torches in hand. Beware: it's very heavy!

Shows the stats of horses, donkeys and others.

Adds info lines, with info like time, biome, coordinates, FPS and much more. Requires MaLiLib.

Adds commands to show overlays to help with construction.

Adds more tooltips to the game, including filled maps.

Texture/Resource Packs

My choice of resource pack.

Server Mods

Villagers in Main Village

Profession Location Current Level Highlights
Armorer St. EW 410, n 101 Apprentice Sells Bell, Enchanted Diamond Armor
Butcher St. EW 410, n 90 Journeyman Buys Raw Meat
Cartographer St. EW 410, n 86 Novice ---
Cleric St. EW 410, n 97 Master Buys Rotten Flesh; Sells Ender Pearls & XP
Farmer St. EW 395, n 100
St. EW 395, n 108
St. EW 395, n 112
Master
Journeyman
Novice
Buys Wheat, Beetroot, Pumpkin, Melon
Buys Wheat, Potato, Pumpkin, Melon
Buys Carrot
Fisherman St. EW 410, n 91 Novice Buys Fish
Fletcher St. EW 410, n 87 Novice Sells Enchanted Bows and Tipped Arrows
Leatherworker St. EW 395, n 91 Novice Sells Saddles
Librarian St. EW 395, n 101
St. EW 395, n 97
Novice
Master
Sells Mending!
Sells Name Tags
Mason St. EW 395, n 96 Journeyman Buys stones; Sells Terracota
Shepherd St. EW 395, n 90 Apprentice Buys Wool
Toolsmith St. EW 410, n 100 Master Sells Enchanted Diamond Tools
Weaponsmith St. EW 410, n 96 Master Sells Enchanted Diamond Weapons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment