Skip to content

A Minecraft Resource Pack that aims to provide increased visibility and consistency among textures

License

Notifications You must be signed in to change notification settings

gmferise/mycellium-resource-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goals

  • Stay faithful to vanilla ideals
  • Improve accessibility by increasing visibility and readability
  • Improve consistency among items and blocks
  • Provide quality of life improvements
  • Make ugly things look better

Contributing

If you have a suggestion or feedback, open an issue.

If you want to edit or contribute textures directly, fork the repo and open a pull request.

Images

These have moved to the wiki page for better organization.

Installation Guide

Recommended Version: Releases

Versioned releases can be found at the releases page. Make sure you download the file under the release with a name like Mycellium-v1.2-VersionName.zip, not one of the Source code files.

Installation:

  • Locate your resource packs folder by clicking "Open Pack Folder" in the Resourcepacks menu of Minecraft, or by pasting %appdata%\.minecraft\resourcepacks into the path bar of file explorer.
  • Move the downloaded zip file into the resource packs folder
  • Equip the pack in-game. (You may need to restart your client or press F3+T before the pack shows in the menu).

Advanced Version: Pre-Releases

You can get access to changes before they're bundled into a release using one of these methods:

  • Manual: Download the repo as a zip using the green "Code" button next to the About section. Installation is the same as usual.
  • Easy-Sync with GitHub Desktop:
    • File > Clone Repository > URL
    • Url = gmferise/mycellium-resource-pack
    • Local path = %appdata%\.minecraft\resourcepacks\mycellium-resource-pack
    • To Sync: Click Fetch origin or do it via Repository > Pull
  • Easy-Sync with Git Bash:
    • cd ~/AppData/Roaming/.minecraft/resourcepacks
    • git clone git@github.com:gmferise/mycellium-resource-pack.git
    • To Sync: cd ~/AppData/Roaming/.minecraft/resourcepacks/mycellium-resource-pack && git pull