Skip to content

Commit fcb1efe

Browse files
committed
Spell Power damage types now cause panic for mobs
1 parent bddb743 commit fcb1efe

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.4.2
2+
3+
- Spell Power damage types now cause panic for mobs
4+
15
# 1.4.1
26

37
- Fix innate attribute modifiers for spell crit chance, and spell crit damage attributes (now correctly show up when queried, or on GUI)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"replace": false,
3+
"values": [
4+
"#spell_power:all"
5+
]
6+
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ neoforge_version = 21.1.201
1515
# Mod
1616
maven_group=net.spell_power
1717
archives_name=spell_power
18-
mod_version=1.4.1
18+
mod_version=1.4.2
1919
minecraft_compat_version=1.21
2020

2121
# Dependencies

0 commit comments

Comments
 (0)