Rewrite Creative Relic Generator Tooltip
This commit is contained in:
parent
ca24f0a997
commit
bbf5965463
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
**1.0.19**
|
||||
* Rewrite Creative Relic Generator Tooltip
|
||||
|
||||
**1.0.18**
|
||||
* Give RelicCraft its own Item Group
|
||||
* Give Targeted Ender Pearls a Cooldown
|
||||
|
@ -10,7 +10,7 @@ org.gradle.jvmargs = -Xmx1G
|
||||
fabric_loader_version = 0.7.10+build.191
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.0.18
|
||||
mod_version = 1.0.19
|
||||
maven_group = com.thebrokenrail
|
||||
archives_base_name = reliccraft
|
||||
|
||||
|
@ -37,7 +37,7 @@
|
||||
"item.reliccraft.tooltip.targeted_ender_pearl.z": "Z: %s",
|
||||
"item.reliccraft.tooltip.targeted_ender_pearl.dimension": "Dimension: %s",
|
||||
"item.reliccraft.generate_relic": "Creative Relic Generator",
|
||||
"item.reliccraft.generate_relic.tooltip": "Use To Generate A Random Relic",
|
||||
"item.reliccraft.generate_relic.tooltip": "Generates A Random Relic On Use",
|
||||
"text.reliccraft.relic.action.heal_action": "Heal",
|
||||
"text.reliccraft.relic.action.bedrock_action": "Turn To Bedrock",
|
||||
"text.reliccraft.relic.action.gold_action": "Turn Coal To Gold",
|
||||
|
Reference in New Issue
Block a user