PartiumAPI
作者:rebot | 分类:模组
Minecraft 版本: 1.21.1
平台: java-agent
标签: equipment library utility

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
请登录后举报
暂无评论,抢个沙发吧~