ScreenshotToClipboard

Screenshots taken are copied to the clipboard.

MIT License

Stars
33
Committers
2

Bot releases are hidden (Show)

ScreenshotToClipboard - Port to 1.16.2 (Forge)

Published by comp500 about 4 years ago

Just needed to add a license field, as Forge made it a breaking change 🙃

ScreenshotToClipboard - Improve compatibility

Published by comp500 about 4 years ago

ScreenshotToClipboard - Improve compatibility

Published by comp500 over 4 years ago

Fix coremod injection point, improves compatibility with other mods that use AWT

ScreenshotToClipboard - Add Optifine support

Published by comp500 over 4 years ago

Optifine invades the lambdas so I must fight back!

ScreenshotToClipboard - "Port" to 1.16 Snapshots (Fabric)

Published by comp500 over 4 years ago

Literally just had to change the version specifier to support 1.15+ rather than 1.15.x

ScreenshotToClipboard - Port to 1.15.1 (Forge)

Published by comp500 almost 5 years ago

Mappings seem to be really strange on 1.15.1, as they haven't been released yet.
Using the existing 1.14.2 mappings seems to work?
The init() method was removed, so I am now injecting into run()

ScreenshotToClipboard - Port to 1.15 (Fabric)

Published by comp500 almost 5 years ago

Very few changes, mostly due to mappings change.

ScreenshotToClipboard - Minor improvements

Published by comp500 almost 5 years ago

Fix error in console when taking a screenshot

ScreenshotToClipboard - Minor improvements

Published by comp500 almost 5 years ago

Fix error in console when taking a screenshot

ScreenshotToClipboard - Improved compatibility

Published by comp500 over 5 years ago

Fix compatibility with [SBM] Sheep Metal, by injecting the AWT hack earlier with a coremod.

ScreenshotToClipboard - Improved compatibility

Published by comp500 over 5 years ago

Fix compatibility with Informed Load, by injecting an AWT hack earlier.

ScreenshotToClipboard - Port to Fabric

Published by comp500 over 5 years ago

Ported to Fabric!

ScreenshotToClipboard - Port to 1.14

Published by comp500 over 5 years ago

Ported to 1.14.3, with macOS support contributed by @juliand665!

ScreenshotToClipboard - Improved performance

Published by comp500 over 5 years ago

Run the clipboard copy in a seperate thread, to improve performance.

ScreenshotToClipboard - Initial release

Published by comp500 over 5 years ago

The first one. Shouldn't have any bugs, it's an incredibly simple mod.