9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-27 19:09:09 +00:00
This commit is contained in:
Xiao-MoMi
2023-05-30 15:42:02 +08:00
parent 3fed7b336b
commit 93f5acf607
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ public class OraxenPluginImpl implements PlatformInterface {
AdventureUtils.consoleMessage("<red>[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 {