Refined Machinery

Refined Machinery

16.9k Downloads

Build failure due to javafx import

vpzomtrrfrt opened this issue ยท 2 comments

commented

When I try to run gradle build, it fails with this error:

/home/colin/Refined-Machinery/src/main/java/abused_master/refinedmachinery/tiles/machine/BlockEntityVacuum.java:6: error: package javafx.geometry does not exist

This import doesn't appear to actually be used, so I assume it would be fine to remove it

commented

Wait what, I removed all javafx.geometry usages a while ago, why is this a thing XD, but yeah should be removed

commented

Fixed in 5ab47a3