DrMango14 / Create-The_Factory_Must_Grow

Other
13 stars 15 forks source link

Simplify AbstractEngineTileEntities #25

Open lonevox opened 9 months ago

lonevox commented 9 months ago

hasBackPart() didn't need to be entirely redefined in inherited classes. I added the backPartBlock() method instead that is now overridden on inherited classes. I made backPartBlock() return TFMGBlocks.GASOLINE_ENGINE_BACK by default so the functionality is the same as before.