갑옷 컴포넌트 (1.21.2+)
NETHERITE_HELMET, DIAMOND_HELMET, IRON_HELMET, LEATHER_HELMET 또는 CHAINMAIL_HELMET 갑옷을 만들 수 있습니다
주의
갑옷 세트가 포함된 팩에서만 작동합니다
기본 리소스팩 설치 방법 (1.21.2+)
Default Resource Pack 1.21.2+ Setup/Resource Pack을 복사하여 클라이언트 리소스팩에 넣으세요.Default Resource Pack 1.21.2+ Setup/give_items_1_21_2.txt파일을 여세요.Resource Pack Datapack 1.20+ Setup/give_items_1_21_2.txt의 명령어를 복사해서 실행하세요.- 즐기세요!!
Nexo 설치 방법 (1.21.2+)
"Nexo Setup (COMPONENT) 1.21.2+/Nexo"를 서버의 plugins 폴더에 복사하세요.Nexo/settings.yml파일을 수정하여CustomArmor.type을 찾으세요
Nexo/settings.yml
CustomArmor:
type: COMPONENT
auto_assign_settings: true
/n reload all명령어를 실행하세요/n inv명령어를 실행하여 아이템을 소환하세요- 즐기세요!!
Oraxen 설치 방법
- oraxen에 팩을 설치하세요
Oraxen/settings.yml파일을 수정하여CustomArmor.type을 찾으세요Oraxen/settings.ymlCustomArmor:
type: COMPONENT # Valid types are COMPONENT, SHADER, TRIMS and NONE
disable_leather_repair: true # Makes custom armor not repairable with leather, only with copies of said custom armor
component_settings:
auto_assign_component: true # If true, the equippable-model component will be automatically assigned to the custom armor piece, unless specified
trims_settings:
material_replacement: NETHERITE # Valid materials are CHAINMAIL, IRON, GOLD, DIAMOND, NETHERITE and LEATHER
auto_assign_settings: true # If true, the trim & item-flag will be automatically assigned to the custom armor piece, unless specifiedOraxen\items\*.yml의 갑옷 파일을 수정하세요. 예:Oraxen\items\akiraset.yml
- 이전
- 신규
Oraxen\items\akiraset.yml
akira_helmet:
Pack:
generate_model: true
parent_model: item/generated
textures:
- akiraset/armors/akira_helmet.png
- akiraset/armors/akira_helmet.png
color: 201, 64, 36
displayname: <White>Akira Helmet
material: LEATHER_HELMET
permission: akiraset.use
Oraxen\items\akiraset.yml
akira_helmet:
Pack:
generate_model: true
parent_model: item/generated
textures:
- akiraset/armors/akira_helmet.png
- akiraset/armors/akira_helmet.png
displayname: <White>Akira Helmet
material: CHAINMAIL_HELMET
permission: akiraset.use
Components:
equippable:
slot: HEAD
model: oraxen:akira
팁
처음에는 CHAINMAIL_HELMET으로 설정하는 것을 권장합니다. 이후 NETHERITE_HELMET, DIAMOND_HELMET, IRON_HELMET, LEATHER_HELMET, CHAINMAIL_HELMET으로 변경할 수 있습니다
/o reload all명령어를 실행하세요/o inv명령어를 실행하여 아이템을 소환하세요- 즐기세요!!
ItemsAdder 설치 방법
경고
ItemsAdder_4.0.9-hotfix-1 이상 지원
클라이언트 1.21.2 이상 지원
경고
- 게임 내에서 아이템을 새로 지급해야 할 수 있습니다.
- 설정을 조정하고 리로드하면 자동으로 업데이트됩니다.
- 설정을 수정하세요
ItemsAdder/config.yml
advanced:
legacy_shader_armor_conversion:
append_new_equipment_tag:
enabled: false
completely_convert_to_new_equipment_tag:
enabled: true
# CHAINMAIL, IRON, GOLD, DIAMOND, NETHERITE
new_armor_material: NETHERITE
/iareload명령어를 실행하세요/iazip명령어를 실행하세요/ia명령어를 실행하여 아이템을 소환하세요- 즐기세요!!