Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
Creators
Details
Licensed LGPL-3.0-or-later
Published 3 months ago
Updated 3 months ago

About
This Mod is an API for adding tools made out of components to your mod or datapack. You add your parts/components using a data and resource pack within your mod or an addon made up directly of a resource pack and datapack.
As of version 0.0.1-alpha Lightsabers are not supported
Turoials
Tutorials can be found on Youtube PartiumAPI Playlist or in the WIKI on github
Quickstart
With the "Partium test resources" resourcepack enabled you can use this command:
"/give @p partium:sword[partium:parts={
"blades": {
"primary":{ "scale":8.75, "model":"partium:test_blade"}
},
"grip":{
"model":"partium:test_grip"
},
"pommel":{
"model":"partium:test_pommel", "scale":0.75f
},
"emitter":{
"model":"partium:test_emitter", "scale":0.75f
},
"guard":{
"model":"partium:test_guard", "scale":0.75f
}
}]"
to give you a test sword



