Skip to content

Commit

Permalink
runData
Browse files Browse the repository at this point in the history
  • Loading branch information
iron431 committed Jun 21, 2023
1 parent c841d5d commit 80f5f75
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// 1.20 2023-06-17T20:00:11.1131264 Pack Metadata
// 1.20.1 2023-06-20T22:51:16.9320957 Pack Metadata
03ad80174aa63f48467b0bcfad2cfa77ca26d96e pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.20 2023-06-20T16:25:13.0898144 Registries
// 1.20.1 2023-06-20T22:51:16.9310979 Registries
98e97fef80c4433bb746da6322c4a94d69fe2a7e data/irons_spellbooks/damage_type/blood_cauldron.json
06e8e3da773193115e4569bed7f8964ea5b83917 data/irons_spellbooks/damage_type/blood_magic.json
3ebbe39a8df6dae168eee32a471c5f2bf26a6b25 data/irons_spellbooks/damage_type/dragon_breath_pool.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.20 2023-06-17T20:31:24.0788559 Tags for minecraft:damage_type mod id irons_spellbooks
// 1.20.1 2023-06-20T22:51:16.9301023 Tags for minecraft:damage_type mod id irons_spellbooks
3dc0dbd0c904c58b17060f2abb8815db72c39675 data/irons_spellbooks/tags/damage_type/blood_magic.json
f8dad72d46a3de9e4286f1c3ec4fbf7a31f848c3 data/irons_spellbooks/tags/damage_type/bypass_evasion.json
01e962e95af2267dd18ada4e18daa8d24e25985d data/irons_spellbooks/tags/damage_type/ender_magic.json
Expand All @@ -7,6 +7,6 @@ f8dad72d46a3de9e4286f1c3ec4fbf7a31f848c3 data/irons_spellbooks/tags/damage_type/
3ecc777ed8fa2753948f56e7679770c8253e876f data/irons_spellbooks/tags/damage_type/holy_magic.json
ce256e399161078f499f4e70abc56c1b3b78d930 data/irons_spellbooks/tags/damage_type/ice_magic.json
4792bf5179fdfe91dd7407bedd5d207287dd3aa1 data/irons_spellbooks/tags/damage_type/lightning_magic.json
57796dca465dba62e84ef1176233798e6b99e877 data/irons_spellbooks/tags/damage_type/long_cast_ignore.json
ef7eeceed023a4792b086b3b38bd2d501d937896 data/irons_spellbooks/tags/damage_type/long_cast_ignore.json
814a36341bfca3e4f32f4bcd2ed771eaa76ccda1 data/irons_spellbooks/tags/damage_type/poison_magic.json
0012e9560af1054dfd6cb5b8420d8b968fcb47a9 data/irons_spellbooks/tags/damage_type/void_magic.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ protected void addTags(@NotNull Provider provider) {
DamageTypes.FREEZE,
DamageTypes.STARVE,
DamageTypes.ON_FIRE,
DamageTypes.WITHER
DamageTypes.WITHER,
DamageTypes.MAGIC
);
}
}

0 comments on commit 80f5f75

Please sign in to comment.