1.0.19
RelicCraft/pipeline/head This commit looks good Details

Rewrite Creative Relic Generator Tooltip
This commit is contained in:
TheBrokenRail 2020-04-15 18:21:27 -04:00
parent ca24f0a997
commit bbf5965463
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog # Changelog
**1.0.19**
* Rewrite Creative Relic Generator Tooltip
**1.0.18** **1.0.18**
* Give RelicCraft its own Item Group * Give RelicCraft its own Item Group
* Give Targeted Ender Pearls a Cooldown * Give Targeted Ender Pearls a Cooldown

View File

@ -10,7 +10,7 @@ org.gradle.jvmargs = -Xmx1G
fabric_loader_version = 0.7.10+build.191 fabric_loader_version = 0.7.10+build.191
# Mod Properties # Mod Properties
mod_version = 1.0.18 mod_version = 1.0.19
maven_group = com.thebrokenrail maven_group = com.thebrokenrail
archives_base_name = reliccraft archives_base_name = reliccraft

View File

@ -37,7 +37,7 @@
"item.reliccraft.tooltip.targeted_ender_pearl.z": "Z: %s", "item.reliccraft.tooltip.targeted_ender_pearl.z": "Z: %s",
"item.reliccraft.tooltip.targeted_ender_pearl.dimension": "Dimension: %s", "item.reliccraft.tooltip.targeted_ender_pearl.dimension": "Dimension: %s",
"item.reliccraft.generate_relic": "Creative Relic Generator", "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.heal_action": "Heal",
"text.reliccraft.relic.action.bedrock_action": "Turn To Bedrock", "text.reliccraft.relic.action.bedrock_action": "Turn To Bedrock",
"text.reliccraft.relic.action.gold_action": "Turn Coal To Gold", "text.reliccraft.relic.action.gold_action": "Turn Coal To Gold",