Files
Create-The_Factory_Must_Grow/src/main/resources/tfmg.mixins.json
PouffyDev 6f34a44e29 Registries n stuff.
- 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.
2025-06-26 22:49:39 +01:00

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
}
}