forked from Draylar/tiered
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It doesn't work yet but I got it to compile without errors
- Loading branch information
1 parent
0977db0
commit 6f79142
Showing
60 changed files
with
1,053 additions
and
29 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"generic.dig_speed": "Dig Speed", | ||
"generic.crit_chance": "Crit Chance", | ||
|
||
"tiered:common.label": "Common", | ||
"tiered:rare.label": "Rare", | ||
"tiered:epic.label": "Epic", | ||
"tiered:legendary.label": "Legendary", | ||
|
||
"tiered:dented.label": "Dented", | ||
"tiered:fortified.label": "Fortified", | ||
"tiered:heavy.label": "Heavy", | ||
"tiered:reinforced.label": "Reinforced", | ||
"tiered:resilient.label": "Resilient", | ||
"tiered:unchained.label": "Unchained", | ||
|
||
"tiered:extended.label": "Extended", | ||
|
||
"tiered:lucky.label": "Lucky", | ||
|
||
"tiered:hasteful.label": "Hasteful", | ||
"tiered:swift.label": "Swift", | ||
|
||
"tiered:berserk.label": "Berserk", | ||
"tiered:critical.label": "Critical", | ||
"tiered:dull.label": "Dull", | ||
"tiered:keen.label": "Keen", | ||
"tiered:sharp.label": "Sharp" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"generic.dig_speed": "Kazma hızı", | ||
"generic.crit_chance": "Kritikal şansı", | ||
|
||
"tiered:common.label": "Yaygın", | ||
"tiered:rare.label": "Nadir", | ||
"tiered:epic.label": "Epik", | ||
"tiered:legendary.label": "Efsanevi", | ||
|
||
"tiered:dented.label": "Girintili", | ||
"tiered:fortified.label": "Takviye edilmiş", | ||
"tiered:heavy.label": "Ağır", | ||
"tiered:reinforced.label": "Takviyeli", | ||
"tiered:resilient.label": "Esnek", | ||
"tiered:unchained.label": "Zincirsiz", | ||
|
||
"tiered:extended.label": "Genişletilmiş", | ||
|
||
"tiered:lucky.label": "Şanslı", | ||
|
||
"tiered:hasteful.label": "Aceleci", | ||
"tiered:swift.label": "Hızlı", | ||
|
||
"tiered:berserk.label": "Çılgın", | ||
"tiered:critical.label": "Kritikal", | ||
"tiered:dull.label": "Donuk", | ||
"tiered:keen.label": "Şahane", | ||
"tiered:sharp.label": "Keskin" | ||
} |
11 changes: 11 additions & 0 deletions
11
out/production/tiered.main/data/fabric/tags/items/boots.json
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:leather_boots", | ||
"minecraft:chainmail_boots", | ||
"minecraft:iron_boots", | ||
"minecraft:golden_boots", | ||
"minecraft:diamond_boots", | ||
"minecraft:netherite_boots" | ||
] | ||
} |
11 changes: 11 additions & 0 deletions
11
out/production/tiered.main/data/fabric/tags/items/chestplates.json
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:leather_chestplate", | ||
"minecraft:chainmail_chestplate", | ||
"minecraft:iron_chestplate", | ||
"minecraft:golden_chestplate", | ||
"minecraft:diamond_chestplate", | ||
"minecraft:netherite_chestplate" | ||
] | ||
} |
12 changes: 12 additions & 0 deletions
12
out/production/tiered.main/data/fabric/tags/items/helmets.json
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:leather_helmet", | ||
"minecraft:chainmail_helmet", | ||
"minecraft:iron_helmet", | ||
"minecraft:golden_helmet", | ||
"minecraft:diamond_helmet", | ||
"minecraft:turtle_helmet", | ||
"minecraft:netherite_helmet" | ||
] | ||
} |
11 changes: 11 additions & 0 deletions
11
out/production/tiered.main/data/fabric/tags/items/leggings.json
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:leather_leggings", | ||
"minecraft:chainmail_leggings", | ||
"minecraft:iron_leggings", | ||
"minecraft:golden_leggings", | ||
"minecraft:diamond_leggings", | ||
"minecraft:netherite_leggings" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
out/production/tiered.main/data/fabric/tags/items/shields.json
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:shield" | ||
] | ||
} |
52 changes: 52 additions & 0 deletions
52
out/production/tiered.main/data/tiered/item_attributes/all/common.json
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 |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"id": "tiered:common", | ||
"verifiers": [ | ||
{ | ||
"tag": "fabric:helmets" | ||
}, | ||
{ | ||
"tag": "fabric:chestplates" | ||
}, | ||
{ | ||
"tag": "fabric:leggings" | ||
}, | ||
{ | ||
"tag": "fabric:boots" | ||
}, | ||
{ | ||
"tag": "fabric:swords" | ||
}, | ||
{ | ||
"tag": "fabric:shovels" | ||
}, | ||
{ | ||
"tag": "fabric:pickaxes" | ||
}, | ||
{ | ||
"tag": "fabric:hoes" | ||
}, | ||
{ | ||
"tag": "fabric:axes" | ||
} | ||
], | ||
"style": { | ||
"color": "gray" | ||
}, | ||
"attributes": [ | ||
{ | ||
"type": "generic.max_health", | ||
"modifier": { | ||
"name": "tiered:common", | ||
"operation": "ADDITION", | ||
"amount": 2 | ||
}, | ||
"optional_equipment_slots": [ | ||
"MAINHAND", | ||
"FEET", | ||
"LEGS", | ||
"CHEST", | ||
"HEAD" | ||
] | ||
} | ||
] | ||
} |
82 changes: 82 additions & 0 deletions
82
out/production/tiered.main/data/tiered/item_attributes/all/epic.json
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 |
---|---|---|
@@ -0,0 +1,82 @@ | ||
{ | ||
"id": "tiered:epic", | ||
"verifiers": [ | ||
{ | ||
"tag": "fabric:helmets" | ||
}, | ||
{ | ||
"tag": "fabric:chestplates" | ||
}, | ||
{ | ||
"tag": "fabric:leggings" | ||
}, | ||
{ | ||
"tag": "fabric:boots" | ||
}, | ||
{ | ||
"tag": "fabric:swords" | ||
}, | ||
{ | ||
"tag": "fabric:shovels" | ||
}, | ||
{ | ||
"tag": "fabric:pickaxes" | ||
}, | ||
{ | ||
"tag": "fabric:hoes" | ||
}, | ||
{ | ||
"tag": "fabric:axes" | ||
} | ||
], | ||
"style": { | ||
"color": "dark_purple" | ||
}, | ||
"attributes": [ | ||
{ | ||
"type": "generic.max_health", | ||
"modifier": { | ||
"name": "tiered:epic", | ||
"operation": "ADDITION", | ||
"amount": 6 | ||
}, | ||
"optional_equipment_slots": [ | ||
"MAINHAND", | ||
"FEET", | ||
"LEGS", | ||
"CHEST", | ||
"HEAD" | ||
] | ||
}, | ||
{ | ||
"type": "generic.armor", | ||
"modifier": { | ||
"name": "tiered:epic", | ||
"operation": "ADDITION", | ||
"amount": 2 | ||
}, | ||
"optional_equipment_slots": [ | ||
"MAINHAND", | ||
"FEET", | ||
"LEGS", | ||
"CHEST", | ||
"HEAD" | ||
] | ||
}, | ||
{ | ||
"type": "generic.armor_toughness", | ||
"modifier": { | ||
"name": "tiered:legendary", | ||
"operation": "ADDITION", | ||
"amount": 1 | ||
}, | ||
"optional_equipment_slots": [ | ||
"MAINHAND", | ||
"FEET", | ||
"LEGS", | ||
"CHEST", | ||
"HEAD" | ||
] | ||
} | ||
] | ||
} |
Oops, something went wrong.