your current location:首页 > news>Data Attributes Minecraft

Data Attributes Minecraft

2024-12-12 09:33:12|Myriagame |source:minecraft skins

introduce

The Data Attributes module has greatly modified the MC's physical attribute system to make it more flexible and contains special attributes (can be found in other games), and opens the physical attributes to the data package system -allowing the server/integrated package producer to be self -contained.Define all aspects of the physical attribute system.

Why

Initially, this module existed as part of the Playerex module.However, the system implemented in 1.16.5 can be said to be "first draft", clumsy and poorly optimized (not to mention, full of errors).The author and his team want to use this module as part of the other modules they are developing, so they develop it as a more powerful independent project.

use

As far as it is concerned, Data Attributes does nothing.It is only allowed to use data packets to customize/add physical attributes.Read wiki before using Data Attributes.

FAQ

Q: Can it be transplanted to forge?

A: Impossible, but the agreement allows you to do it yourself.

Q: Where can I report errors?

A: Here.

Q: I have a functional request, where can I report it?

A: If you write a code, you can send PR in github; if you can't, you can send an issue (link in the previous FAQ).

Q: Is it a server -only module?

A: Both the client and the server need, but the packet is only loaded on the server.

Q: Can I add it to my integration package?

A: Of course.