Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 6.43 KB

GOOD_RESOURCES.md

File metadata and controls

63 lines (45 loc) · 6.43 KB

Good Resources

  1. Helpful links
  2. Quality of Life Mods
  3. Tutorial Resources
  4. A Very Simple Beginner Guide

Helpful Links

  • The manual of this mod - Check what features this mod provides.
  • Twitter - You can follow the developer on Twitter to get notification when a new update drops.
  • Playability Discord server - Again, you can join our Discord server if you need help in setting up the mod or any issue related to Minecraft Java.

Quality of Life Mods

Here are some mods that can improve your game experience. There are guides about installing and upgrading mods.

  1. Client side, which you can use in both single-player and multiplayer game:

    • Presence Footsteps (Fabric, Forge port): Footstep sound enhancement mod. If the Fabric version of mod isn't work, select Default sound pack in the resource pack menu. If the mod has not supported your game version, you would consider to use this resource pack instead: Presence Footsteps: Remastered Sounds Pack, put it under %appdata%\.minecraft\resourcepacks folder.
    • Just Enough Items (Fabric and Forge): Item and recipe viewing mod, far better than similar recipe book feature in original game (but this mod hasn't been 100% accessible by us, you need some vision to use it).
    • Sound Physics Remastered (Fabric and Forge): Provides realistic sound attenuation, reverberation, and absorption through blocks. I'm sure this mod consumes resources, so install it only when you're confident in your PC hardware.
  2. Server side, which you can only use in single-player game (unless the multiplayer server admins add them into the server):

    • Tree Harvester (Fabric and Forge): Harvest trees and huge mushrooms instantly with an axe. It's a common scenario in Minecraft that you can't reach the logs and leaves at higher place when standing on the ground, with this mod, you won't bother yourself with stepping yourself up.
    • Carry On (Fabric and Forge): Allowing players to pick up, carry, and place some blocks (such as Chests) and animals without breaking blocks or guiding animals with a leash.
    • FTB Ultimine (Fabric, Forge): This mod can makes you operate on same type blocks around you by operating only once, like harvest crops, mining a vein and chopping trees.

Tutorial Resources

Generally Minecraft gameplay tutorials:

Gameplay showcase videos with this mod (many thanks for making them) (might outdated comparing to latest version of this mod):

Search on Google, Minecraft has a long history since 2009 and there are many tutorials about it, almost every question already had been answered. Ask AI, no kidding, platforms like Perplexity and ChatGPT do know much about Minecraft since they are fed with amount of knowledge about it on Internet.

A Very Simple Beginner Guide

Try reading text tutorials for beginners on Minecraft Wiki, if you find out that listening YouTube videos to learn to play this game is slow or difficult. Because Minecraft's world generation is randomized, you may run into the difficulty of trying to generate multiple worlds but all of their spawn location are bad. You can search good world generation seeds on Google and set them when you're creating single player worlds.

I highly recommend you lower the difficulty of the game to get better experience, such as change the difficulty to Peaceful to avoid monster spawning, or use commands to gain advantages (remember to turn on Allow Cheats option when you create the world). Some commands are very convenient when you're playing single player worlds, such as /gamerule keepInventory true to keep your inventory (highly recommended), /tp to teleport to another location, /locate village to find the nearest village, /attribute @p minecraft:generic.max_health base set 1000 to make you take more damage so you can explore the game features freely, etc.

Other Pages