Knokko's Custom Items

Knokko's Custom Items

37.4k Downloads

Knokko's Custom Items

This is the source code for the Knokko's Custom Items minecraft plug-in:

This plug-in makes it possible to add custom items with their own textures, without sacrificing existing minecraft items. (At least, if the (server) resourcepack is used.) More information about these tricks can be found here.

Development

Docker is strongly recommended for development of this plug-in (if you have plenty of disk space). See this page for details.

If you don't like Docker or have finite disk space, you can follow these more complicated instructions instead.

As you may have noticed, this plug-in has a lot of modules/gradle projects. See this page for an overview.

Creating releases

Because creating releases is a complicated process when you support many minecraft versions, there is an automatic task for this. See this page for the instructions.

Adding KCI as dependency to your plug-in

If you are a plug-in developer and want to interact with KCI, you should look here.