-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
59 changed files
with
304,857 additions
and
535 deletions.
There are no files selected for viewing
152,162 changes: 152,162 additions & 0 deletions
152,162
...abricMod/.gradle/loom-cache/source_mappings/dd54c0cecb40fbfaa40cd50b56752c3bcbd5c751.tiny
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+393 Bytes
TestFabricMod/build/classes/java/main/io/github/natanfudge/nectest/NecTestCrash.class
Binary file not shown.
Binary file added
BIN
+2.7 KB
TestFabricMod/build/classes/java/main/io/github/natanfudge/nectest/NecTestMod.class
Binary file not shown.
Binary file added
BIN
+2.51 KB
TestFabricMod/build/classes/java/main/io/github/natanfudge/nectest/NecTestModClient.class
Binary file not shown.
Binary file added
BIN
+569 Bytes
...ricMod/build/classes/java/main/io/github/natanfudge/nectest/TestSuppressedCloseable.class
Binary file not shown.
Binary file added
BIN
+1.03 KB
TestFabricMod/build/classes/java/main/io/github/natanfudge/nectest/mixin/ExampleMixin.class
Binary file not shown.
Binary file added
BIN
+1.38 KB
...Mod/build/classes/java/main/io/github/natanfudge/nectest/mixin/MixinMinecraftServer.class
Binary file not shown.
22 changes: 22 additions & 0 deletions
22
TestFabricMod/build/classes/java/main/nec_testmod-TestFabricMod-refmap.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"mappings": { | ||
"io/github/natanfudge/nectest/mixin/ExampleMixin": { | ||
"init()V": "Lnet/minecraft/class_442;method_25426()V" | ||
}, | ||
"io/github/natanfudge/nectest/mixin/MixinMinecraftServer": { | ||
"Lnet/minecraft/server/MinecraftServer;endTickMetrics()V": "Lnet/minecraft/server/MinecraftServer;method_24490()V", | ||
"runServer": "Lnet/minecraft/server/MinecraftServer;method_29741()V" | ||
} | ||
}, | ||
"data": { | ||
"named:intermediary": { | ||
"io/github/natanfudge/nectest/mixin/ExampleMixin": { | ||
"init()V": "Lnet/minecraft/class_442;method_25426()V" | ||
}, | ||
"io/github/natanfudge/nectest/mixin/MixinMinecraftServer": { | ||
"Lnet/minecraft/server/MinecraftServer;endTickMetrics()V": "Lnet/minecraft/server/MinecraftServer;method_24490()V", | ||
"runServer": "Lnet/minecraft/server/MinecraftServer;method_29741()V" | ||
} | ||
} | ||
} | ||
} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"schemaVersion": 1, | ||
"id": "nec_testmod", | ||
"version": "1.0.0", | ||
|
||
"name": "Not Enough Crashes Test Mod", | ||
"description": "Tests Not Enough Crashes", | ||
"authors": [ | ||
"Fudge" | ||
], | ||
"contact": { | ||
"sources": "https://github.com/natanfudge/Not-Enough-Crashes" | ||
}, | ||
|
||
"license": "MIT", | ||
|
||
"environment": "*", | ||
"entrypoints": { | ||
"main": [ | ||
"io.github.natanfudge.nectest.NecTestMod" | ||
], | ||
"client": [ | ||
"io.github.natanfudge.nectest.NecTestModClient" | ||
] | ||
}, | ||
"mixins": [ | ||
"nec_testmod.mixins.json" | ||
], | ||
|
||
"depends": { | ||
"fabricloader": ">=0.11.3", | ||
"java": ">=16" | ||
}, | ||
"suggests": { | ||
"another-mod": "*" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
TestFabricMod/build/resources/main/nec_testmod.mixins.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"required": true, | ||
"minVersion": "0.8", | ||
"package": "io.github.natanfudge.nectest.mixin", | ||
"compatibilityLevel": "JAVA_21", | ||
"mixins": [ | ||
"MixinMinecraftServer" | ||
], | ||
"client": [ | ||
"ExampleMixin" | ||
], | ||
"injectors": { | ||
"defaultRequire": 1 | ||
} | ||
} |
152,162 changes: 152,162 additions & 0 deletions
152,162
...ForgeMod/.gradle/loom-cache/source_mappings/d97012b96b4b0b0c8b35c9aa1519849acc5bec2a.tiny
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+205 KB
..._6_build_1_v2_forge_1_20_6_50_1_0_forge.dev.architectury-architectury-12.0.28-sources.jar
Binary file not shown.
Binary file added
BIN
+285 KB
...0_6_1_20_6_build_1_v2_forge_1_20_6_50_1_0_forge.dev.architectury-architectury-12.0.28.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,10 @@ | ||
dependencies { | ||
// We depend on fabric loader here to use the fabric @Environment annotations | ||
// Do NOT use other classes from fabric loader | ||
modImplementation libs.fabric.loader | ||
} | ||
|
||
configurations { | ||
dev | ||
} | ||
|
||
artifacts { | ||
dev(jar) | ||
} | ||
|
||
architectury { | ||
common("fabric"/*,"forge"*/) | ||
common("fabric","neoforge") | ||
} | ||
repositories { | ||
mavenCentral() | ||
|
||
dependencies { | ||
// We depend on Fabric Loader here to use the Fabric @Environment annotations, | ||
// which get remapped to the correct annotations on each platform. | ||
// Do NOT use other classes from Fabric Loader. | ||
modImplementation libs.fabric.loader | ||
} |
2 changes: 1 addition & 1 deletion
2
common/src/main/java/fudge/notenoughcrashes/api/NotEnoughCrashesApi.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
common/src/main/java/fudge/notenoughcrashes/mixins/client/MixinMinecraftServer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
common/src/main/java/fudge/notenoughcrashes/platform/NecPlatform.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
common/src/main/java/fudge/notenoughcrashes/stacktrace/ModIdentifier.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
common/src/main/java/fudge/notenoughcrashes/utils/SystemExitBlock.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.