no message

This commit is contained in:
Armamem0t 2025-07-13 19:07:26 +08:00
parent e786672c7c
commit 137bbd108c
Signed by: minglipro
GPG Key ID: 5F355A77B22AA93B
8 changed files with 666 additions and 168 deletions

120
.gitignore vendored
View File

@ -1,119 +1 @@
# User-specific stuff
.idea/
*.iml
*.ipr
*.iws
# IntelliJ
out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
*~
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# Dump file
*.stackdump
# Folder config file
[Dd]esktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp
# Windows shortcuts
*.lnk
.gradle
build/
# Ignore Gradle GUI config
gradle-app.setting
# Cache of project
.gradletasknamecache
**/build/
# Common working directory
run/
runs/
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
.idea

1
.idea/.name generated
View File

@ -1 +0,0 @@
enchantmentdoesnotconflict-1.21.7-1.0

3
.idea/compiler.xml generated
View File

@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<bytecodeTargetLevel target="21">
<bytecodeTargetLevel target="1.6">
<module name="enchantmentdoesnotconflict-1.20.1-1.0.main" target="17" />
<module name="enchantmentdoesnotconflict-1.20.1-1.0.test" target="17" />
</bytecodeTargetLevel>
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_STRING" value="-AoutRefMapFile=D:\minecraft\mod\enchantment-does-not-conflict\build\classes\java\main\enchantmentdoesnotconflict-refmap.json -AdefaultObfuscationEnv=named:intermediary -Aquiet=true -AoutMapFileNamedIntermediary=D:\minecraft\mod\enchantment-does-not-conflict\build\loom-cache\mixin-map-net.fabricmc.yarn.1_21_7.1.21.7+build.7-v2.main.tiny -AinMapFileNamedIntermediary=D:\localRepository\caches\fabric-loom\1.21.7\net.fabricmc.yarn.1_21_7.1.21.7+build.7-v2\mappings.tiny" />
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
<module name="enchantment-does-not-conflict.test" options="-AoutRefMapFile=D:\minecraft\mod\enchantment-does-not-conflict\build\classes\java\test\test-enchantmentdoesnotconflict-1.20.1-refmap.json -AdefaultObfuscationEnv=named:intermediary -Aquiet=true -AoutMapFileNamedIntermediary=D:\minecraft\mod\enchantment-does-not-conflict\build\loom-cache\mixin-map-net.fabricmc.yarn.1_20_1.1.20.1+build.1-v2.test.tiny -AinMapFileNamedIntermediary=D:\localRepository\caches\fabric-loom\1.20.1\net.fabricmc.yarn.1_20_1.1.20.1+build.1-v2\mappings.tiny" />
<module name="enchantmentdoesnotconflict-1.20.1-1.0.test" options="-AoutRefMapFile=D:\minecraft\mod\enchantment-does-not-conflict\build\classes\java\test\test-enchantmentdoesnotconflict-refmap.json -AdefaultObfuscationEnv=named:intermediary -Aquiet=true -AoutMapFileNamedIntermediary=D:\minecraft\mod\enchantment-does-not-conflict\build\loom-cache\mixin-map-net.fabricmc.yarn.1_20_1.1.20.1+build.1-v2.test.tiny -AinMapFileNamedIntermediary=D:\localRepository\caches\fabric-loom\1.20.1\net.fabricmc.yarn.1_20_1.1.20.1+build.1-v2\mappings.tiny" />

2
.idea/misc.xml generated
View File

@ -4,7 +4,7 @@
<component name="FrameworkDetectionExcludesConfiguration">
<file type="web" url="file://$PROJECT_DIR$" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_21" default="true" project-jdk-name="21" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" project-jdk-name="21" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

9
.idea/modules.xml generated
View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/modules/enchantmentdoesnotconflict-1.21.7-1.0.main.iml" filepath="$PROJECT_DIR$/.idea/modules/enchantmentdoesnotconflict-1.21.7-1.0.main.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/enchantmentdoesnotconflict-1.21.7-1.0.test.iml" filepath="$PROJECT_DIR$/.idea/modules/enchantmentdoesnotconflict-1.21.7-1.0.test.iml" />
</modules>
</component>
</project>

View File

@ -1,18 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="FacetManager">
<facet type="minecraft" name="Minecraft">
<configuration>
<autoDetectTypes>
<platformType>MIXIN</platformType>
<platformType>MCP</platformType>
<platformType>FABRIC</platformType>
</autoDetectTypes>
<projectReimportVersion>1</projectReimportVersion>
</configuration>
</facet>
</component>
<component name="McpModuleSettings">
<option name="srgType" value="SRG" />
</component>
</module>

View File

@ -1,18 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="FacetManager">
<facet type="minecraft" name="Minecraft">
<configuration>
<autoDetectTypes>
<platformType>MIXIN</platformType>
<platformType>MCP</platformType>
<platformType>FABRIC</platformType>
</autoDetectTypes>
<projectReimportVersion>1</projectReimportVersion>
</configuration>
</facet>
</component>
<component name="McpModuleSettings">
<option name="srgType" value="SRG" />
</component>
</module>

File diff suppressed because one or more lines are too long