Skip to content

Commit ffd4177

Browse files
committed
Release v0.9.6
1 parent bad7d84 commit ffd4177

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

NamedPetTags.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class NamedPetTags : BaseUnityPlugin
88
{
99
private const string modGUID = "Fusionette.NamedPetTags";
1010
private const string modName = "Named Pet Tags";
11-
private const string modVersion = "0.9.5";
11+
private const string modVersion = "0.9.6";
1212
private readonly Harmony harmony = new Harmony(modGUID);
1313

1414
void Awake()

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.9.5.0")]
36-
[assembly: AssemblyFileVersion("0.9.5.0")]
35+
[assembly: AssemblyVersion("0.9.6.0")]
36+
[assembly: AssemblyFileVersion("0.9.6.0")]

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,18 @@ A Valheim mod to change the behavior of tamed creatures by putting tags on their
1818
- `<v=n>` alters value of the creature's material, if possible; doesn't work on Hens.
1919
- Pet, Bed and Spayed will appear in the creature's hover text to indicate those tags are active.
2020
- When both Pet and Bed tags are present, the creature will be sent to bed if it takes fatal damage in a single hit, for example from the Butcher's Knife.
21-
- Works on Valheim 0.217.14 (Hildir's Request)
21+
- Works on Valheim 0.217.24
2222

2323
## Examples
2424

25-
- Name a boar `<bed><spay><follow=1>Mr. Tusks<s=100><h=340><v=25>` to color it a deep red, make it go to bed when it would take fatal damage, never breeed, and follow the player when interacted with.
25+
- Name a boar `<bed><spay><follow=1>Mr. Tusks<s=100><h=340><v=25>` to color it a deep red, make it go to bed when it would take fatal damage, never breed, and follow the player when interacted with.
2626
- Name a wolf `<v=-15><s=50><h=200>Good Boy<follow=0><pet>` to color it dark blue, prevent it from taking any damage, and not follow the player when interacted with.
2727

2828
## Changelog
2929

30+
v0.9.6
31+
- Update for BepInEx 5.4.2200.
32+
3033
v0.9.5
3134
- Tameable name length increased to 100 characters.
3235
- Added spay, follow, bed, hue, saturation and value tags.

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Named Pet Tags",
33
"description": "A Valheim mod to change the behavior of tamed creatures by putting tags on their names.",
44
"author": "Fusionette",
5-
"version_number": "0.9.5",
5+
"version_number": "0.9.6",
66
"website_url": "https://github.com/Fusionette/NamedPetTags/releases",
7-
"dependencies": ["denikson-BepInExPack_Valheim-5.4.2105"]
7+
"dependencies": ["denikson-BepInExPack_Valheim-5.4.2200"]
88
}

0 commit comments

Comments
 (0)