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:
@@ -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.
@@ -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)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user