CreativeMD / CreativeCore

Required by AmbientSounds, ItemPhysic, LittleTiles, ...
GNU Lesser General Public License v3.0
67 stars 36 forks source link

Use 'fabric-api' mod ID in fabric.mod.json #191

Closed Poopooracoocoo closed 1 year ago

Poopooracoocoo commented 1 year ago

Users may be confused when they see that it depends on fabric, not knowing that it's referring to the Fabric API.

As of Minecraft 1.19.2, Fabric API's mod ID has changed from fabric to fabric-api. When backporting from 1.19.2 to earlier versions, you must alter the depends section of your fabric.mod.json to expect fabric.

From https://fabricmc.net/wiki/tutorial:setup#mod_setup

CreativeMD commented 1 year ago

Fixed in the newest version for 1.20.2.