Skip to content

Commit 132a74b

Browse files
committed
Change input point material to lime concrete
1 parent feea779 commit 132a74b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pylon-core/src/main/kotlin/io/github/pylonmc/pylon/core/fluid/FluidPointType.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ enum class FluidPointType(val material: Material) {
66
/**
77
* Input to the attached machine
88
*/
9-
INPUT(Material.GREEN_CONCRETE),
9+
INPUT(Material.LIME_CONCRETE),
1010

1111
/**
1212
* Output from the attached machine

0 commit comments

Comments
 (0)