Don't use fabric api? #1642
Answered
by
modmuss50
legoraft
asked this question in
Mod Dev Support
-
I want to write a mod that doesn't use the fabric API, but I can't find anything on the internet and I immediately ran into an issue with the modInitializer, because it's part of the fabric API. Does anyone know how to write a mod without the fabric API? |
Beta Was this translation helpful? Give feedback.
Answered by
modmuss50
Aug 18, 2021
Replies: 1 comment 1 reply
-
You can remove it from your build.gradle. Fabric API can easily be removed, fabric-loader you will want to keep as that loads your mod and provides the basic modInitializer's. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
modmuss50
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can remove it from your build.gradle.
Fabric API can easily be removed, fabric-loader you will want to keep as that loads your mod and provides the basic modInitializer's.