Перейти к содержимому
Mineforgian

PartiumAPI

An api for easily adding items made out of different parts. For your mods and datapacks.

Загрузки
139
Подписчики
1
Обновлён
7 сентября 2025 г.
Лицензия
LGPL-3.0-or-later

Опубликован 1 июля 2024 г.

Исходный кодСообщить об ошибке

The Partium Logo

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

Ченджлог

fabric-1.21.1-0.0.1-alphaАльфа1.21.1 · 6 сентября 2025 г.

initial release

neoforge-1.21.1-0.0.1-alphaАльфа1.21.1 · 6 сентября 2025 г.

initial Release

Комментарии

Загружаем…