forked from plusls/plusls-carpet-addition
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于在1.21使用pca / On the use of pca in 1.21 #39
Labels
resolution: unresolved
status: pending
Awaiting response from developer
type: question
Further information is requested
Comments
LBY123165
added
resolution: unresolved
status: pending
Awaiting response from developer
type: question
Further information is requested
labels
Oct 1, 2024
This was referenced Oct 1, 2024
是因为这个产生的问题(#40 )吗? |
不确定,刚刚从学校出来,一会到家看看 |
Actions中的文件过期了无法下载,release中的文件能用吗? |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
resolution: unresolved
status: pending
Awaiting response from developer
type: question
Further information is requested
Question Type
Others
Description
在fabric.mod.json中修改以下内容
"minecraft": ">=1.21- <1.20.2-"为"minecraft": ">=1.21- <1.21.2-"
在pca.mixins.json中删除以下两行
"rule.superLead.MixinAbstractVillager",
"rule.superLead.MixinMob",
保存后将这两个文件压缩并覆盖至原mod文件中
下载MgicLib Dev的最新版本和其他前置文件与修改后的mod文件一同放入模组文件夹即可使用
————————————————————————
Change the following in fabric.mod.json
“minecraft“:”>=1.21- <1.20.2-“ to ‘minecraft’:”>=1.21- <1.21.2-”
In pca.mixins.json delete the following two lines
“rule.superLead.MixinAbstractVillager”.
“rule.superLead.MixinMob”.
After saving, zip these two files and overwrite them with the original mod files.
Download the latest version of MgicLib Dev and other pre-requisites and put them into the mod folder with the modified mod files.
The text was updated successfully, but these errors were encountered: