mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-27 19:09:09 +00:00
3.2.3.2
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user