Skip to content

Commit f55854f

Browse files
committed
mixin name change
1 parent 5eaacec commit f55854f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ Some fixes done for the Winter's modpacks.
2929
## License
3030
As per usual with all my projects, [MIT License](LICENSE).
3131

32-
However, the [CrashReportGAIDeterrentMixin](src/main/java/one/devos/nautical/winterisms/mixin/CrashReportGAIDeterrentMixin.java) in specific is 0BSD, feel free to take it, no attributions needed. :p
32+
However, the [CrashReportGAIDeterrentMixin](src/main/java/one/devos/nautical/winterisms/mixin/common/CrashReportGenerativeAIDeterrentMixin.java) in specific is 0BSD, feel free to take it, no attributions needed. :p

src/main/java/one/devos/nautical/winterisms/mixin/common/CrashReportGAIDeterrentMixin.java renamed to src/main/java/one/devos/nautical/winterisms/mixin/common/CrashReportGenerativeAIDeterrentMixin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable;
2828

2929
@Mixin(CrashReport.class)
30-
public class CrashReportGAIDeterrentMixin {
30+
public class CrashReportGenerativeAIDeterrentMixin {
3131
@Unique
3232
String userUsesAIDeterrent = """
3333
Howdy! If you're a player, please do not feed these logs into AI! They **WILL NOT** help you properly\s

src/main/resources/winterisms.mixins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"defaultRequire": 1
88
},
99
"mixins": [
10-
"common.CrashReportGAIDeterrentMixin",
10+
"common.CrashReportGenerativeAIDeterrentMixin",
1111
"common.CrashReportMCLogsMixin",
1212
"common.EndDragonFightMixin",
1313
"common.compat.enderscape.MinecraftServerMixin",

0 commit comments

Comments
 (0)