Skip to content

Commit 1f92fdf

Browse files
authored
Fix #145: Hatch builder when using IO fails to register models (#149)
1 parent a0a821a commit 1f92fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/swedz/tesseract/neoforge/compat/mi/machine/builder/HatchMachineBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ protected void internalRegister()
237237
);
238238
if(builtinModel != null)
239239
{
240-
builtinModel.build(hook, name);
240+
builtinModel.build(hook, machineId);
241241
}
242242
}
243243
}

0 commit comments

Comments
 (0)