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

Dacextras

More features for Dungeons and combat (dac), including a config & custom class creation system

Загрузки
9K
Подписчики
2
Обновлён
10 октября 2025 г.
Лицензия
All-Rights-Reserved

Опубликован 15 августа 2025 г.

Dacextras is an addon to Dungeons and Combat, adding features and configs that do not exist in DaC due to Mcreator restrictions.

Config

The config file is dacextras-common.toml and can be found in your config file once the game is loaded at least once with dacextras installed. The config currently includes: Config for attributes of all default classes Kamath Boss attributes Fractured vex spawn rates

CUSTOM CLASS CREATOR (:

To create a custom class, you must first several files in your config folder. These files will NOT be auto-generated and in order to enable this feature you must create them yourself.

First, create a folder named "dacextras_custom_classes", which will contain all json files for your custom classes. ** Then, create a file named "custom_main.json"** In this file, there will only be one field being a list of all the names/ids of your custom classes. Example:

Spoiler

{ "custom_classes": ["Necromancer", "Holy Knight"] }

You can basically have as many custom classes as you want For each custom class, you must create a file with the same name/id as that class which will contain all of the attributes of that class. For example, in "Necromancer.json:

Spoiler { "max_health":4, "damage":4, "speed":3, "swing":6, "armor":8, "toughness":9, "description1": "best description", "description2":"the best class", "description3":"idk ur description", "helmet":"minecraft:iron_helmet", "leggings":"minecraft:iron_leggings", "chestplate":"minecraft:iron_chestplate", "boots":"minecraft:iron_boots", "main_hand":"minecraft_iron_sword", "off_hand":"minecraft:iron_sword"

}

Also reworks how attributes are applied, so now champion belt and anything affecting base health works properly Note: Custom classes will give achievement "dacextras:the_custom"

Ченджлог

1.2Релиз1.20.1 · 10 октября 2025 г.

Class system is now fully server-sided

Fixed a BUNCH OF BUGS, mostly related to attribute system

Player model of custom classes preview is now visible,

1.1fixРелиз1.20.1 · 23 сентября 2025 г.

fix the bug fr this time

1.1Релиз1.20.1 · 21 сентября 2025 г.

Fixed the massive bug that i somehow forgor about, fixed attributes not saving on rejoin/death, everything works perfect now

Комментарии

Загружаем…