Compare commits
2 commits
main
...
v1.1-updat
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e0742c409 | |||
| fc78259fe1 |
2 changed files with 3 additions and 3 deletions
|
|
@ -38,7 +38,7 @@ mod_name=VHat Can I Roll?
|
|||
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
|
||||
mod_license=GNU LGPL 3.0
|
||||
# The mod version. See https://semver.org/
|
||||
mod_version=1.1
|
||||
mod_version=1.1-update15p2
|
||||
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
|
||||
# This should match the base package used for the mod sources.
|
||||
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ import iskallia.vault.config.gear.VaultGearTierConfig;
|
|||
import iskallia.vault.gear.attribute.VaultGearAttribute;
|
||||
import iskallia.vault.gear.attribute.VaultGearAttributeRegistry;
|
||||
import iskallia.vault.gear.attribute.ability.AbilityLevelAttribute;
|
||||
import iskallia.vault.gear.attribute.ability.special.base.SpecialAbilityModification;
|
||||
import iskallia.vault.gear.attribute.config.BooleanFlagGenerator;
|
||||
import iskallia.vault.gear.attribute.config.ConfigurableAttributeGenerator;
|
||||
import iskallia.vault.gear.attribute.custom.EffectGearAttribute;
|
||||
|
|
@ -15,6 +14,7 @@ import iskallia.vault.util.TextComponentUtils;
|
|||
import net.minecraft.ChatFormatting;
|
||||
import net.minecraft.network.chat.Component;
|
||||
import net.minecraft.network.chat.MutableComponent;
|
||||
import net.minecraft.network.chat.Style;
|
||||
import net.minecraft.network.chat.TextComponent;
|
||||
import net.minecraft.resources.ResourceLocation;
|
||||
import net.minecraftforge.fml.LogicalSide;
|
||||
|
|
@ -226,7 +226,7 @@ public class Helper {
|
|||
var abName = optSkill.get().getName();
|
||||
abComp.append(res);
|
||||
abComp.append(" to level of ");
|
||||
abComp.append(new TextComponent(abName).withStyle(SpecialAbilityModification.getAbilityStyle()));
|
||||
abComp.append(new TextComponent(abName).withStyle(Style.EMPTY.withColor(14076214)));
|
||||
return abComp;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue