Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 597 Bytes

File metadata and controls

10 lines (9 loc) · 597 Bytes
title Machine Modification

Machine Modification

If you want to modify an existing machine's definition, you can do so using the GTCEuStartupEvents.machineModification event. It is fired right before a machine gets registered, so that its builder is still accessible through the event.getBuilder() method. For examples of methods that machine builders have, see Custom Machines. For a full list of methods, see source.