We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feea779 commit 132a74bCopy full SHA for 132a74b
1 file changed
pylon-core/src/main/kotlin/io/github/pylonmc/pylon/core/fluid/FluidPointType.kt
@@ -6,7 +6,7 @@ enum class FluidPointType(val material: Material) {
6
/**
7
* Input to the attached machine
8
*/
9
- INPUT(Material.GREEN_CONCRETE),
+ INPUT(Material.LIME_CONCRETE),
10
11
12
* Output from the attached machine
0 commit comments