Nyan-Work / plusls-carpet-addition

carpet addition for minecraft
Creative Commons Zero v1.0 Universal
98 stars 17 forks source link

关于在1.21使用pca / On the use of pca in 1.21 #39

Open LBY123165 opened 2 months ago

LBY123165 commented 2 months ago

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.

haikuotiankong114514 commented 1 month ago

用不了,开服的时候大报错 image

LBY123165 commented 1 month ago

用不了,开服的时候大报错 image

这看着不像是pca的问题

zhouhaozi commented 1 month ago

是因为这个产生的问题(#40 )吗?

LBY123165 commented 1 month ago

是因为这个产生的问题(#40 )吗?

不确定,刚刚从学校出来,一会到家看看