initialattributesitems

Quick rating

initialattributesitems

No reviews yet

Provides initial attributes and starting items for different playstyles.

Adventure/Exploration
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.0.0
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

The project offers a highly customizable initial class selection, allowing modpacks to easily provide players with different builds and starting items from the start. The GUI panel's background image and size are customizable, but it requires another mod. Once in the world, without selecting a class, players will receive private messages every few minutes, as shown in the image.

项目提供了一个高度可自定义的初始职业选择,可以方便整合包在开局就让玩家可以选择不同流派的初始属性加成和初始物品,gui面板的背景图片和面板的大小都可自定义,但是要依赖另一个mod,进入世界后,不选择职业每隔分钟就会收到私聊,如图 private chat After clicking on the career selection:

点击职业选择后: panel After selecting a profession, the panel is locked, and you cannot switch professions or open the panel (default configuration).

选择职业后面板锁定,职业不能在切换也无法打开面板(配置项默认)

config\initialattributesitems\careers.json:

{
      "id": "warrior",
      "name": "战士",//标题|title
      "description": "重甲近战,靠近敌人并承伤。",//文字介绍|Text introduction
      "icon": "minecraft:iron_sword",
      "attributes": [
        {
          "id": "minecraft:generic.armor",//要给予的属性|attributes to be given
          "value": 1.0
        },
        {
          "id": "minecraft:generic.attack_damage",
          "value": 1.0
        }
      ],
      "items": [
        {
          "id": "minecraft:iron_sword",//要给予的物品|items to give
          "count": 1
        },
        {
          "id": "minecraft:bread",
          "count": 8
        }
      ]
    },

config\initialattributesitems\client_gui.json:

{
  "backgroundPath": "",//背景图片的绝对路径|absolute path of the background image
  "panelWidth": 260,
  "panelHeight": 200
}~~~~

Screenshots

Gallery

  • 之后
    之后
  • 面板
    面板

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works