Skip to content

Commit acefeb2

Browse files
committed
Just fixing a naming error.
1 parent 69ec7b0 commit acefeb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/hellfirepvp/modularmachinery/common/integration/crafttweaker/event/recipe/FactoryRecipeFailureEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import stanhebben.zenscript.annotations.ZenSetter;
99

1010
@ZenRegister
11-
@ZenClass("mods.modularmachinery.FactoryRecipeFailedEvent")
11+
@ZenClass("mods.modularmachinery.FactoryRecipeFailureEvent")
1212
public class FactoryRecipeFailureEvent extends FactoryRecipeEvent {
1313
private final String cause;
1414
private boolean destructRecipe;

0 commit comments

Comments
 (0)