Add method to register a set of custom MetaTileEntities#1851
Add method to register a set of custom MetaTileEntities#1851serenibyss merged 1 commit intoGregTechCEu:masterfrom
Conversation
a8b0ba2 to
b6d8355
Compare
|
I can't really see where the higher tier blockers are taken into account after your refactor. Are they still accounted for after your refactor? |
These lines should be checking mid / high tiers? miozune@b6d8355#diff-b5198968204ff7e663a0c2b9e1dfc093a35073ad4c469827b77fa86648975545R837-R838 |
Ah, I see it now. However, that will not work for the macerator, since it used different values instead of 4 and 7 |
|
Mecerator tiers are the same as |
What
This PR adds method to register a set of custom MetaTileEntities, similarly to existing method
registerSimpleMetaTileEntitybut for generalMetaTileEntity.Outcome
Cleanup of
MetaTileEntitiesand QoL for addons.