diff --git a/build.gradle b/build.gradle index a15ec5f..f7b38cb 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group = 'net.momirealms' -version = '3.2.3.1' +version = '3.2.3.2' repositories { mavenCentral() diff --git a/src/main/java/net/momirealms/customcrops/api/customplugin/oraxen/OraxenPluginImpl.java b/src/main/java/net/momirealms/customcrops/api/customplugin/oraxen/OraxenPluginImpl.java index c6fdf5b..867d964 100644 --- a/src/main/java/net/momirealms/customcrops/api/customplugin/oraxen/OraxenPluginImpl.java +++ b/src/main/java/net/momirealms/customcrops/api/customplugin/oraxen/OraxenPluginImpl.java @@ -74,7 +74,7 @@ public class OraxenPluginImpl implements PlatformInterface { AdventureUtils.consoleMessage("[CustomCrops] Furniture not exists: " + id); return null; } - Entity entity = mechanic.place(location, 0, Rotation.NONE, BlockFace.UP); + Entity entity = mechanic.place(location, 0, BlockFace.UP); if (entity instanceof ItemFrame itemFrame) return itemFrame; else {