9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2026-01-06 15:51:52 +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

@@ -4,7 +4,7 @@ plugins {
} }
group = 'net.momirealms' group = 'net.momirealms'
version = '3.2.2-hotfix' version = '3.2.2-hotfix2'
repositories { repositories {
mavenCentral() mavenCentral()

Binary file not shown.

View File

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