EngineHub / Piston

A generic command system, with tie-ins to many Minecraft platforms such as Bukkit, Forge, and Sponge.
GNU General Public License v3.0
17 stars 3 forks source link

Figure out how to treat Guice & Key #1

Closed octylFractal closed 5 years ago

octylFractal commented 5 years ago

We really don't need to specify a full dependency on Guice, since we really only want the Key code. We should either import the source (check license on that) or shade a minimized Guice into our JAR.

octylFractal commented 5 years ago

License is good for importing, source code has been modified & included.