Skip to content

Commit ad31994

Browse files
authored
remove comment
1 parent 8075dcd commit ad31994

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pylon-core/src/main/kotlin/io/github/pylonmc/pylon/core/recipe/RecipeListener.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ internal object PylonRecipeListener : Listener {
102102
if (inventory is StonecutterInventory) {
103103
val input = inventory.inputItem ?: return
104104

105-
// Should I make a recipe impl for this?
106105
if (input.isPylonAndIsNot<VanillaCraftingItem>()) {
107106
e.isCancelled = true
108107
}
@@ -189,4 +188,4 @@ internal object PylonRecipeListener : Listener {
189188
return
190189
}
191190
}
192-
}
191+
}

0 commit comments

Comments
 (0)