GregTechCEu / GregTech

GregTech CE 1.12 fork continuing progression and development
GNU Lesser General Public License v3.0
254 stars 176 forks source link

Change IDataStickIntractable to use shift right clicking instead of left clicking. #2549

Open Zorbatron opened 4 months ago

Zorbatron commented 4 months ago

What

Changes the action of data sticks to be shift right clicking instead of left clicking. Also resolves #2464.

Implementation Details

Changes onDataStickLeftClick to onDataStickShiftRightClick in IDataStickIntractable

I moved some lang around to match en_us, but the other languages will still say left click to copy.

Potential Compatibility Issues

Any addon that uses IDataStickIntractable

Zorbatron commented 2 months ago

I'm removing the "allow copying the settings of singleblock machines" part of this PR as I plan to make a specific tool for it.