Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
fix at
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Jul 8, 2024
1 parent d30fd13 commit 84ec8c1
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 12 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ repositories {
}

loom {
accessWidenerPath = file("src/main/resources/fabric-networking-api-v1.accesswidener")

silentMojangMappingsLicense()
}

Expand All @@ -35,10 +33,6 @@ processResources {
}
}

remapJar {
atAccessWideners.add "fabric-networking-api-v1.accesswidener"
}

java {
// Loom will automatically attach sourcesJar to a RemapSourcesJar task and to the "build" task
// if it is present.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx1G
loom.platform = neoforge

# Mod properties
mod_version = 0.1.3
mod_version = 0.1.4
maven_group = org.thinkingstudio.neonetwork
archives_name = NeoNetwork

Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/accesstransformer.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
public net.minecraft.server.network.ServerCommonPacketListenerImpl server # server
3 changes: 3 additions & 0 deletions src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Low-level, vanilla protocol oriented networking hooks.
'''
logoFile = "icon.png"

[[accessTransformers]]
file="accesstransformer.cfg"

[[mixin]]
config = "fabric-networking-api-v1.mixins.json"

Expand Down
3 changes: 0 additions & 3 deletions src/main/resources/architectury.common.json

This file was deleted.

2 changes: 0 additions & 2 deletions src/main/resources/fabric-networking-api-v1.accesswidener

This file was deleted.

0 comments on commit 84ec8c1

Please sign in to comment.