This page relates to Create Automated, which has built-in support!
This page relates to Create Automated, which does not have built-in support, you will need to install ContentTweaker as well
Drill Heads
⚠ You can only do this with ContentTweaker installed!
Allows creating custom drill heads with custom durability, and custom partials (model displayed on the extractor block).
The DrillHead is a type of ItemTypeBuilder, so you obtain it by calling ItemBuilder#withType<DrillHeadBuilder>().
The partials are the model displayed on the extractor block. If you don’t register one, the default iron drill head will be used.
If your drill model is in assets/contenttweaker/models/block/my_drill.json
, you would use .partial("block/my_drill")
.