Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.38 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.38 KB

Fix MC-248936

Read in other languages: English, 한국어, 日本語.


Introduction

  • This mod fixes the issue that Minecraft icon does not appear while running in macOS Dock on Minecraft 1.13 client or above.
  • Also, this mod fixes the GLFW error 65548: Cocoa: Regular windows do not have icons on macOS error when you run Minecraft 1.17.1 client or lower on Apple Silicon devices.
  • This mod provides icon pack containing 9 icons for players who run on macOS Big Sur or above. icon packs
  • You can change Dock icon using client command /changeicon <icon name> or add icon using Custom Resource Pack, if you want. preview

Caution!

  • fabric-api is required.
  • This mod is only available on Java 11 or above.

Build

  1. Type ./gradlew build in Terminal.
  2. extract mod from build/libs/ directory.

Download

  • You can download it from right release tab.

Contribution

  • We open our source code to public for community development, and we appreciate contribution for mod development.