Skip to content

Commit

Permalink
tweak datapack
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew6rant committed Jan 8, 2023
1 parent cd7e29a commit ab01844
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/main/resources/assets/tiered/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
"tiered:steppy.name": "Steppy",

"///": "Rare",
"tiered:builders.name": "Builders",
"tiered:fortified.name": "Fortified",
"tiered:unchained.name": "Unchained",

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
"attributes": [
{
"type": "reach-entity-attributes:reach",
"modifier": {
"name": "tiered:architects_boots",
"operation": "ADDITION",
"amount": 2
},
"tooltip": {
"style": {
"color": "gray"
Expand All @@ -22,11 +27,6 @@
"tiered:architects.tooltip_2"
]
},
"modifier": {
"name": "tiered:architects_boots",
"operation": "ADDITION",
"amount": 2
},
"optional_equipment_slots": [
"FEET"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@
"operation": "ADDITION",
"amount": 1
},
"tooltip": {
"style": {
"color": "gray"
},
"text": [
"tiered:architects.tooltip",
"tiered:architects.tooltip_2"
]
},
"optional_equipment_slots": [
"FEET",
"LEGS",
Expand Down

0 comments on commit ab01844

Please sign in to comment.