Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Feb 22, 2024
1 parent bbb4851 commit 05ce9c7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 13 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import com.hypherionmc.modpublisher.properties.CurseEnvironment
import com.hypherionmc.modpublisher.properties.ModLoader

plugins {
id "dev.architectury.loom" version "1.4-SNAPSHOT"
id "maven-publish"
Expand Down Expand Up @@ -76,7 +73,7 @@ publisher {
setDisplayName("${project.version}")
setGameVersions("1.20.3", "1.20.4")
setLoaders("neoforge")
setCurseEnvironment(CurseEnvironment.CLIENT)
setCurseEnvironment("client")
setArtifact(remapJar)
addAdditionalFile(sourcesJar)

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ loom.platform=neoforge

# Base properties
minecraft_version=1.20.4
neoforge_version=20.4.160-beta
neoforge_version=20.4.169
yarn_mappings=1.20.4+build.3

# Mod Properties
Expand Down
1 change: 0 additions & 1 deletion src/main/java/fi/dy/masa/malilib/MaLiLib.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import net.neoforged.api.distmarker.Dist;
import net.neoforged.fml.common.Mod;
import net.neoforged.fml.loading.FMLLoader;
import net.neoforged.neoforge.common.NeoForge;

import fi.dy.masa.malilib.event.InitializationHandler;
import fi.dy.masa.malilib.compat.neoforge.ForgePlatformUtils;
Expand Down
7 changes: 0 additions & 7 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,3 @@ type = "required"
versionRange = "[1.20.3,)"
ordering = "NONE"
side = "BOTH"

[[dependencies.mafglib]]
modId = "forged_networking"
type = "required"
versionRange = "[0.1,)"
ordering = "NONE"
side = "BOTH"
Binary file removed src/main/resources/assets/mafglib/icon.png
Binary file not shown.

0 comments on commit 05ce9c7

Please sign in to comment.