* Initial EMI++ Implementation, still WIP * oops, old file * Code refactor; additional groups * Separated gtceu:molds into 2 types * Added missing tags to a few mods * Added tags to 2 tfc addons * Brick tag fix; all brick blocks go to one group * en_US lang file * small fixes; tfg aqueducts are now tfc --------- Signed-off-by: Pyritie <pyritie@gmail.com> Co-authored-by: Pyritie <pyritie@gmail.com>
9 lines
198 B
JavaScript
9 lines
198 B
JavaScript
ItemEvents.tooltip(evt => {
|
|
registerTooltips(evt);
|
|
})
|
|
|
|
EmiPlusPlusEvents.registerGroups(event => {
|
|
registerSingleGroups(event)
|
|
registerMultiGroups(event)
|
|
registerWireGroups(event)
|
|
}) |