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 8075dcd commit ad31994Copy full SHA for ad31994
1 file changed
pylon-core/src/main/kotlin/io/github/pylonmc/pylon/core/recipe/RecipeListener.kt
@@ -102,7 +102,6 @@ internal object PylonRecipeListener : Listener {
102
if (inventory is StonecutterInventory) {
103
val input = inventory.inputItem ?: return
104
105
- // Should I make a recipe impl for this?
106
if (input.isPylonAndIsNot<VanillaCraftingItem>()) {
107
e.isCancelled = true
108
}
@@ -189,4 +188,4 @@ internal object PylonRecipeListener : Listener {
189
188
return
190
191
192
-}
+}
0 commit comments