支持1.21,修复一些问题,为自动工具添加实体识别
This commit is contained in:
parent
b86130c6f7
commit
2d360b24f1
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
build
|
||||
.gradle
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,2 +1,2 @@
|
||||
#Thu Aug 31 22:07:12 CST 2023
|
||||
gradle.version=8.1.1
|
||||
#Mon Jul 29 23:26:49 HKT 2024
|
||||
gradle.version=8.6
|
||||
|
Binary file not shown.
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
commonProperties
|
||||
fabric.development=true
|
||||
fabric.remapClasspathFile=E:\MinecraftProjects\MCTools\.gradle\loom-cache\remapClasspath.txt
|
||||
log4j.configurationFile=E:\MinecraftProjects\MCTools\.gradle\loom-cache\log4j.xml
|
||||
fabric.remapClasspathFile=D:\MinecraftProjects\MCTools\.gradle\loom-cache\remapClasspath.txt
|
||||
log4j.configurationFile=D:\MinecraftProjects\MCTools\.gradle\loom-cache\log4j.xml
|
||||
log4j2.formatMsgNoLookups=true
|
||||
fabric.log.disableAnsi=false
|
||||
clientArgs
|
||||
--assetIndex
|
||||
1.20.1-5
|
||||
1.21-17
|
||||
--assetsDir
|
||||
C:\Users\undefined\.gradle\caches\fabric-loom\assets
|
||||
C:\Users\expvintl\.gradle\caches\fabric-loom\assets
|
@ -4,6 +4,12 @@
|
||||
|
||||
<!-- System out -->
|
||||
<Console name="SysOut" target="SYSTEM_OUT">
|
||||
<!-- Filter out the authentication errors when starting in development -->
|
||||
<Filters>
|
||||
<RegexFilter regex="^Failed to verify authentication$" onMatch="DENY" onMismatch="NEUTRAL"/>
|
||||
<RegexFilter regex="^Failed to fetch user properties$" onMatch="DENY" onMismatch="NEUTRAL"/>
|
||||
<RegexFilter regex="^Couldn't connect to realms$" onMatch="DENY" onMismatch="NEUTRAL"/>
|
||||
</Filters>
|
||||
<PatternLayout>
|
||||
<LoggerNamePatternSelector defaultPattern="%style{[%d{HH:mm:ss}]}{blue} %highlight{[%t/%level]}{FATAL=red, ERROR=red, WARN=yellow, INFO=green, DEBUG=green, TRACE=blue} %style{(%logger{1})}{cyan} %highlight{%msg%n}{FATAL=red, ERROR=red, WARN=normal, INFO=normal, DEBUG=normal, TRACE=normal}" disableAnsi="${sys:fabric.log.disableAnsi:-true}">
|
||||
<!-- Dont show the logger name for minecraft classes-->
|
||||
|
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net.minecraft</groupId>
|
||||
<artifactId>minecraft-merged-project-root</artifactId>
|
||||
<version>1.20.1-net.fabricmc.yarn.1_20_1.1.20.1+build.10-v2</version>
|
||||
</project>
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net_fabricmc_yarn_1_20_1_1_20_1_build_10_v2.net.fabricmc.fabric-api</groupId>
|
||||
<artifactId>fabric-api-base</artifactId>
|
||||
<version>0.4.30+7abfd51577</version>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net_fabricmc_yarn_1_20_1_1_20_1_build_10_v2.net.fabricmc.fabric-api</groupId>
|
||||
<artifactId>fabric-api-lookup-api-v1</artifactId>
|
||||
<version>1.6.35+4d8536c977</version>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net_fabricmc_yarn_1_20_1_1_20_1_build_10_v2.net.fabricmc.fabric-api</groupId>
|
||||
<artifactId>fabric-api</artifactId>
|
||||
<version>0.87.0+1.20.1</version>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net_fabricmc_yarn_1_20_1_1_20_1_build_10_v2.net.fabricmc.fabric-api</groupId>
|
||||
<artifactId>fabric-biome-api-v1</artifactId>
|
||||
<version>13.0.10+b3afc78b77</version>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net_fabricmc_yarn_1_20_1_1_20_1_build_10_v2.net.fabricmc.fabric-api</groupId>
|
||||
<artifactId>fabric-block-api-v1</artifactId>
|
||||
<version>1.0.9+e022e5d177</version>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net_fabricmc_yarn_1_20_1_1_20_1_build_10_v2.net.fabricmc.fabric-api</groupId>
|
||||
<artifactId>fabric-blockrenderlayer-v1</artifactId>
|
||||
<version>1.1.40+b3afc78b77</version>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net_fabricmc_yarn_1_20_1_1_20_1_build_10_v2.net.fabricmc.fabric-api</groupId>
|
||||
<artifactId>fabric-client-tags-api-v1</artifactId>
|
||||
<version>1.1.1+97bb207577</version>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net_fabricmc_yarn_1_20_1_1_20_1_build_10_v2.net.fabricmc.fabric-api</groupId>
|
||||
<artifactId>fabric-command-api-v1</artifactId>
|
||||
<version>1.2.33+f71b366f77</version>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net_fabricmc_yarn_1_20_1_1_20_1_build_10_v2.net.fabricmc.fabric-api</groupId>
|
||||
<artifactId>fabric-command-api-v2</artifactId>
|
||||
<version>2.2.12+b3afc78b77</version>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net_fabricmc_yarn_1_20_1_1_20_1_build_10_v2.net.fabricmc.fabric-api</groupId>
|
||||
<artifactId>fabric-commands-v0</artifactId>
|
||||
<version>0.2.50+df3654b377</version>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net_fabricmc_yarn_1_20_1_1_20_1_build_10_v2.net.fabricmc.fabric-api</groupId>
|
||||
<artifactId>fabric-containers-v0</artifactId>
|
||||
<version>0.1.63+df3654b377</version>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net_fabricmc_yarn_1_20_1_1_20_1_build_10_v2.net.fabricmc.fabric-api</groupId>
|
||||
<artifactId>fabric-content-registries-v0</artifactId>
|
||||
<version>4.0.9+b3afc78b77</version>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net_fabricmc_yarn_1_20_1_1_20_1_build_10_v2.net.fabricmc.fabric-api</groupId>
|
||||
<artifactId>fabric-convention-tags-v1</artifactId>
|
||||
<version>1.5.4+a1a980da77</version>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net_fabricmc_yarn_1_20_1_1_20_1_build_10_v2.net.fabricmc.fabric-api</groupId>
|
||||
<artifactId>fabric-crash-report-info-v1</artifactId>
|
||||
<version>0.2.18+aeb40ebe77</version>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net_fabricmc_yarn_1_20_1_1_20_1_build_10_v2.net.fabricmc.fabric-api</groupId>
|
||||
<artifactId>fabric-data-generation-api-v1</artifactId>
|
||||
<version>12.2.2+1e61dba177</version>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net_fabricmc_yarn_1_20_1_1_20_1_build_10_v2.net.fabricmc.fabric-api</groupId>
|
||||
<artifactId>fabric-dimensions-v1</artifactId>
|
||||
<version>2.1.53+8536527b77</version>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net_fabricmc_yarn_1_20_1_1_20_1_build_10_v2.net.fabricmc.fabric-api</groupId>
|
||||
<artifactId>fabric-entity-events-v1</artifactId>
|
||||
<version>1.5.22+b3afc78b77</version>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net_fabricmc_yarn_1_20_1_1_20_1_build_10_v2.net.fabricmc.fabric-api</groupId>
|
||||
<artifactId>fabric-events-interaction-v0</artifactId>
|
||||
<version>0.6.1+e91849a877</version>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net_fabricmc_yarn_1_20_1_1_20_1_build_10_v2.net.fabricmc.fabric-api</groupId>
|
||||
<artifactId>fabric-events-lifecycle-v0</artifactId>
|
||||
<version>0.2.62+df3654b377</version>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net_fabricmc_yarn_1_20_1_1_20_1_build_10_v2.net.fabricmc.fabric-api</groupId>
|
||||
<artifactId>fabric-game-rule-api-v1</artifactId>
|
||||
<version>1.0.38+b04edc7a77</version>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net_fabricmc_yarn_1_20_1_1_20_1_build_10_v2.net.fabricmc.fabric-api</groupId>
|
||||
<artifactId>fabric-gametest-api-v1</artifactId>
|
||||
<version>1.2.12+b3afc78b77</version>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net_fabricmc_yarn_1_20_1_1_20_1_build_10_v2.net.fabricmc.fabric-api</groupId>
|
||||
<artifactId>fabric-item-api-v1</artifactId>
|
||||
<version>2.1.27+b3afc78b77</version>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net_fabricmc_yarn_1_20_1_1_20_1_build_10_v2.net.fabricmc.fabric-api</groupId>
|
||||
<artifactId>fabric-item-group-api-v1</artifactId>
|
||||
<version>4.0.10+23d9108177</version>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net_fabricmc_yarn_1_20_1_1_20_1_build_10_v2.net.fabricmc.fabric-api</groupId>
|
||||
<artifactId>fabric-key-binding-api-v1</artifactId>
|
||||
<version>1.0.36+fb8d95da77</version>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net_fabricmc_yarn_1_20_1_1_20_1_build_10_v2.net.fabricmc.fabric-api</groupId>
|
||||
<artifactId>fabric-keybindings-v0</artifactId>
|
||||
<version>0.2.34+df3654b377</version>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user