Button
Use the button requirement in a CT recipe
.requireButtonPressed("id")
.requireButtonReleased("id")Example
<recipetype:custommachinery:custom_machine>.create("custommachinery:dynamo", 1)
.requireButtonPressed("button")
.produceFE(10)
.build();Last updated