File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
src/main/resources/assets/wolveswitharmor/lang Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ dependencies {
32
32
modCompile " com.github.OnyxStudios.Cardinal-Components-API:cardinal-components-entity:${ project.cardinal_components_version} "
33
33
include " com.github.OnyxStudios.Cardinal-Components-API:cardinal-components-entity:${ project.cardinal_components_version} "
34
34
35
- modImplementation ' com.github.Draylar:static-content:1.0.0 '
36
- include ' com.github.Draylar:static-content:1.0.0 '
35
+ modImplementation ' com.github.Draylar:static-content:1.0.1 '
36
+ include ' com.github.Draylar:static-content:1.0.1 '
37
37
38
38
modImplementation ' com.github.Draylar:maybe-data:master-SNAPSHOT'
39
39
include ' com.github.Draylar:maybe-data:master-SNAPSHOT'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ loader_version=0.9.1+build.205
9
9
fabric_version =0.18.0+build.397-1.16
10
10
11
11
# Mod Properties
12
- mod_version =1.5.1
12
+ mod_version =1.5.2
13
13
maven_group =draylar
14
14
archives_base_name =wolves-with-armor
15
15
Original file line number Diff line number Diff line change
1
+ {
2
+ "item.wolveswitharmor.leather_wolf_armor" : " Коженая Броня для Волка" ,
3
+ "item.wolveswitharmor.golden_wolf_armor" : " Золотая Броня для Волка" ,
4
+ "item.wolveswitharmor.iron_wolf_armor" : " Железная Броня для Волка" ,
5
+ "item.wolveswitharmor.diamond_wolf_armor" : " Алмазная Броня для Волка" ,
6
+ "item.wolveswitharmor.netherite_wolf_armor" : " Незеритовая Броня для Волка" ,
7
+
8
+ "itemGroup.wolveswitharmor.group" : " Wolves With Armor" ,
9
+
10
+ "wolveswitharmor.tooltip.when_equipped" : " При надевании на волка:" ,
11
+ "wolveswitharmor.tooltip.bonus" : " +%s Броня"
12
+ }
You can’t perform that action at this time.
0 commit comments