- Added registries for Electrodes and Cable Types. - Winding Machines now tint the main spool instead of requiring partial models for each spool. - Electrode Holders now render the item model of the electrode instead of requiring partial models for each electrode. - Added Resistivity config for Cable Types. - Updated classes to handle the new registries instead of enums. - Moved the ChemicalVatCategory's recipe sprite to a separate method so mixins can target the sprites specifically.
22 lines
496 B
JSON
22 lines
496 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "com.drmangotea.tfmg.mixin",
|
|
"compatibilityLevel": "JAVA_8",
|
|
"refmap": "Create-The_Factory_Must_Grow.refmap.json",
|
|
"mixins": [
|
|
"FluidPipeBlockMixin",
|
|
"FluidPropagatorMixin",
|
|
"FluidTankBlockEntityMixin",
|
|
"GoggleOverlayRendererMixin",
|
|
"PipeAttachmentModelMixin",
|
|
"accessor.FluidTankBlockEntityAccessor",
|
|
"accessor.TankSegmentAccessor"
|
|
],
|
|
"client": [
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|