Skip to content

Commit

Permalink
Add spell scroll names
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsoltMolnarrr committed Jan 5, 2025
1 parent f336ede commit 7096220
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.2.3

- Add spell scroll names

# 2.2.2

- Add support to Lithostitched village structure injection
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fabric_api_version=0.102.0+1.21.1
# Mod
maven_group=net
archives_base_name=wizards
mod_version=2.2.2
mod_version=2.2.3
minecraft_compat_version=1.21

# Dependencies
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/assets/wizards/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"item.wizards.arcane_spell_book": "Tome of Arcane",
"item.wizards.fire_spell_book": "Tome of Fire",
"item.wizards.frost_spell_book": "Tome of Frost",
"item.wizards.arcane.spell_scroll": "Arcane Spell Scroll",
"item.wizards.fire.spell_scroll": "Fire Spell Scroll",
"item.wizards.frost.spell_scroll": "Frost Spell Scroll",

"item.wizards.wand_novice": "Novice Wand",
"item.wizards.wand_arcane": "Arcane Wand",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"replace": false,
"values": [
"wizards:arcane_spell_book",
"wizards:fire_spell_book",
"wizards:frost_spell_book"
]
}
4 changes: 2 additions & 2 deletions src/main/resources/data/wizards/spells/arcane_beam.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@
"particle_id": "spell_engine:arcane_spell",
"shape": "SPHERE",
"origin": "CENTER",
"count": 1,
"count": 5,
"min_speed": 0.1,
"max_speed": 0.2
},
{
"particle_id": "firework",
"shape": "SPHERE",
"origin": "CENTER",
"count": 1,
"count": 3,
"min_speed": 0.1,
"max_speed": 0.2
}
Expand Down

0 comments on commit 7096220

Please sign in to comment.