Remove Fabric API dependency
This commit is contained in:
parent
02b4cb246b
commit
df558a43a7
@ -23,9 +23,6 @@ dependencies {
|
||||
minecraft "com.mojang:minecraft:${project.minecraft_version}"
|
||||
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
|
||||
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
|
||||
|
||||
// Fabric API. This is technically optional, but you probably want it anyway.
|
||||
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
@ -11,7 +11,3 @@ org.gradle.jvmargs=-Xmx1G
|
||||
mod_version = 1.0
|
||||
maven_group = systems.brn
|
||||
archives_base_name = Wise_Elytra
|
||||
|
||||
# Dependencies
|
||||
# check this on https://modmuss50.me/fabric.html
|
||||
fabric_version=0.99.0+1.20.6
|
||||
|
@ -1,15 +0,0 @@
|
||||
package systems.brn.wise_elytra;
|
||||
|
||||
import net.fabricmc.api.ModInitializer;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
public class WiseElytra implements ModInitializer {
|
||||
static final String ModID = "WiseElytra";
|
||||
@Override
|
||||
public void onInitialize() {
|
||||
Logger logger = LoggerFactory.getLogger(ModID);
|
||||
|
||||
logger.info("Initializing WiseElytra...");
|
||||
}
|
||||
}
|
@ -12,9 +12,6 @@
|
||||
"icon": "assets/wise_elytra/icon.png",
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"systems.brn.wise_elytra.WiseElytra"
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
"wise_elytra.mixins.json"
|
||||
|
Loading…
Reference in New Issue
Block a user