9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-25 09:59:20 +00:00

3.2.2-hotfix2

This commit is contained in:
Xiao-MoMi
2023-05-21 14:06:58 +08:00
parent f8da51210b
commit 4dac1f40f0
3 changed files with 2 additions and 2 deletions

View File

@@ -460,7 +460,7 @@ public class CCWorld extends Function {
removePotData(simpleLocation);
return;
}
if (potKey.equals(pot.getPotKey())) {
if (!potKey.equals(pot.getPotKey())) {
return;
}
if (ConfigUtils.isVanillaItem(replacer)) {