-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finalise affix implementation and close #18
- Loading branch information
Hugo Beaucamps
committed
Feb 1, 2020
1 parent
63514b8
commit 68a046c
Showing
6 changed files
with
87 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,94 @@ | ||
items=[ | ||
{ | ||
id="1" | ||
id="training_stick" | ||
item { | ||
ContentVersion=2 | ||
Count=1 | ||
ItemType="minecraft:coal" | ||
Data=[ | ||
{ | ||
ContentVersion=2 | ||
ManipulatorData { | ||
"." { | ||
id="training_stick" | ||
} | ||
ContentVersion=1 | ||
} | ||
ManipulatorId="itemizer:item.id" | ||
} | ||
] | ||
ItemType="minecraft:stick" | ||
UnsafeDamage=0 | ||
UnsafeData { | ||
RepairCost=0 | ||
AttributeModifiers=[ | ||
{ | ||
Amount=2 | ||
AttributeName="generic.maxHealth" | ||
Name="generic.maxHealth" | ||
Operation=0 | ||
Slot=mainhand | ||
UUIDLeast=123 | ||
UUIDMost=857 | ||
} | ||
] | ||
display { | ||
Name="Tin ore" | ||
Lore=[ | ||
"Used by recrue in their practice" | ||
] | ||
Name="Training Stick" | ||
} | ||
id="1" | ||
} | ||
} | ||
thirdParties=[] | ||
}, | ||
{ | ||
id="king_sword" | ||
id="barbarian_axe" | ||
item { | ||
ContentVersion=2 | ||
Count=1 | ||
ItemType="minecraft:golden_sword" | ||
Data=[ | ||
{ | ||
ContentVersion=2 | ||
ManipulatorData { | ||
"." { | ||
id="barbarian_axe" | ||
} | ||
ContentVersion=1 | ||
} | ||
ManipulatorId="itemizer:item.id" | ||
} | ||
] | ||
ItemType="minecraft:iron_axe" | ||
UnsafeDamage=0 | ||
UnsafeData { | ||
id="king_sword" | ||
AttributeModifiers=[ | ||
{ | ||
Amount=5 | ||
AttributeName="generic.attackDamage" | ||
Name="generic.attackDamage" | ||
Operation=0 | ||
Slot=mainhand | ||
UUIDLeast=160005 | ||
UUIDMost=13658 | ||
}, | ||
{ | ||
Amount=-0.1 | ||
AttributeName="generic.attackSpeed" | ||
Name="generic.attackSpeed" | ||
Operation=1 | ||
Slot=mainhand | ||
UUIDLeast=169991 | ||
UUIDMost=15894 | ||
} | ||
] | ||
display { | ||
Lore=[ | ||
"Nobody have whet this blade yet", | ||
"however it still can sharp your finger" | ||
] | ||
Name="Barbarian Axe" | ||
} | ||
} | ||
} | ||
thirdParties=[] | ||
affix=flatDamageBoost | ||
} | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#Wed Jan 29 23:25:17 CET 2020 | ||
#Sat Feb 01 10:15:08 CET 2020 | ||
MAJOR=3 | ||
MINOR=0 | ||
PATCH=0 | ||
PRE_RELEASE= | ||
BUILD=501 | ||
BUILD=504 | ||
CODE=0 |