Skip to content

Commit 534ef11

Browse files
committed
Update to 1.19
1 parent 0aaf123 commit 534ef11

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed

Assets/playercorpse/lang/pl.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"item-creature-playercorpse": "Zwłoki Gracza",
3+
"blockhelp-collect": "Zbierz",
4+
"game:ingameerror-not-corpse-owner": "To nie są twoje zwłoki!",
5+
"corpse-free": "Dla wszystkich",
6+
"corpse-created(date={0})": "Utworzono {0}",
7+
"item-corpsecompass": "Kompas do zwłok",
8+
"playercorpse:item-handbooktitle-playercorpse:corpsecompass": "Instrukcja",
9+
"playercorpse:item-handbooktext-playercorpse:corpsecompass": "Pomaga znaleźć twoje zwłoki. Administratorzy serwera mogą również sprawdzić log server-main.txt w celu uzyskania dokładnych współrzędnych wszystkich zwłok (używane w trybie Kreatywnym)<br/><br/><b>Szuka w obszarze 7x7 chunków wokół gracza (domyślnie 224x256x224 bloki)</b>",
10+
"corpsecompass-corpses-not-found": "Nie znaleziono zwłok w pobliżu",
11+
"corpsecompass-target-set": "Ustawiono cel na ostatnich zwłokach",
12+
"corpsecompass-no-last-corpse": "Nie odnaleziono ostatnich zwłok"
13+
}

Mod.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<PropertyGroup>
33
<Name>Player Corpse</Name>
44
<ModId>playercorpse</ModId>
5-
<Version>1.8.0</Version>
5+
<Version>1.9.0</Version>
66
<Authors>DArkHekRoMaNT</Authors>
7-
<MinimalGameVersion>1.18.0</MinimalGameVersion>
8-
<GameVersion>1.18.6</GameVersion>
7+
<MinimalGameVersion>1.19.0-rc.5</MinimalGameVersion>
8+
<GameVersion>1.19.0-rc.5</GameVersion>
99
<Website>https://github.com/darkhekromant/PlayerCorpse</Website>
1010
</PropertyGroup>
1111
<ItemGroup>
1212
<Dependencies Include="commonlib">
13-
<Version>2.2.0</Version>
13+
<Version>2.3.0</Version>
1414
</Dependencies>
1515

1616
<IncludeFiles Include="modicon.png" />

PlayerCorpse.csproj

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net461</TargetFramework>
3+
<TargetFramework>net7</TargetFramework>
44
<EnableNETAnalyzers>true</EnableNETAnalyzers>
55
<LangVersion>latest</LangVersion>
66
<Nullable>enable</Nullable>
77
</PropertyGroup>
88

9-
<PropertyGroup Condition=" '$(Configuration)' != 'Debug'">
10-
<TargetFramework>netstandard2.0</TargetFramework>
11-
</PropertyGroup>
12-
139
<!-- Warning settings -->
1410
<PropertyGroup>
1511
<WarningLevel>4</WarningLevel>
@@ -20,9 +16,4 @@
2016
<ItemGroup>
2117
<PackageReference Include="Nullable" Version="1.3.1" />
2218
</ItemGroup>
23-
24-
<ItemGroup>
25-
<Folder Include="Assets\" />
26-
<Folder Include="Mods\" />
27-
</ItemGroup>
2819
</Project>

0 commit comments

Comments
 (0)