MC-002 #27

Open
Dandellion wants to merge 2 commits from MC-002 into master
Dandellion commented 2019-05-23 01:36:46 +02:00 (Migrated from git.dodsorf.as)

Implements #2

Implements #2
Dandellion commented 2019-05-23 23:59:48 +02:00 (Migrated from git.dodsorf.as)

Turns out there's no nbt tag for max duration, that means that to have custom durability you have to do some crazy function stuff:

https://github.com/ImCoolYeah105/Datapack-Utilities/tree/master/data/du/functions/player/durability/damage_armor

Someone has done this already ^, but I don't understand how it works. The wiki for this datapack utilities thing is pretty neat though, so we can probably just steal it...

Turns out there's no nbt tag for max duration, that means that to have custom durability you have to do some _crazy_ function stuff: https://github.com/ImCoolYeah105/Datapack-Utilities/tree/master/data/du/functions/player/durability/damage_armor Someone has done this already ^, but I don't understand how it works. The wiki for this datapack utilities thing is pretty neat though, so we can probably just steal it...
Dandellion commented 2019-07-31 03:58:19 +02:00 (Migrated from git.dodsorf.as)

changed milestone to %1

changed milestone to %1
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b MC-002 master
git pull origin MC-002

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff MC-002
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: DODSORFAS/minecraft-datapacks#27
No description provided.