StellarWind22 / Fabric-Shield-Lib

Library for easily adding new shields, shield enchantments, and enabling you to enchant shields in general without worry of conflictions.
https://www.curseforge.com/minecraft/mc-mods/fabric-shield-lib
GNU Lesser General Public License v2.1
40 stars 19 forks source link

Could not find com.terraformersmc:modmenu:3.0.1. #88

Closed Dog517 closed 2 years ago

Dog517 commented 2 years ago

Hello, im trying to get this library, and when i put the code in my dependencies and repositories i get this error : `fabric-StuffMod-mod-1.18:test: Could not find com.terraformersmc:modmenu:3.0.1. Required by: project : > com.github.CrimsonDawn45:Fabric-Shield-Lib:v1.5.3-1.18

Possible solution:

Dog517 commented 2 years ago

I fixed it! i just added maven { url = "https://maven.shedaniel.me/" } //Cloth maven { url = "https://maven.terraformersmc.com/" } //Modmenu } to repositories and it fixed it!