Update repository artifact in DEVELOPER_API.md

This commit is contained in:
FlorianMichael 2024-05-25 21:18:32 +02:00
parent 249d46470b
commit 473fe49b69
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ repositories {
}
dependencies {
modImplementation("de.florianmichael:viafabricplus:x.x.x") // Get the latest version from releases
modImplementation("de.florianmichael:ViaFabricPlus:x.x.x") // Get the latest version from releases
}
```
@ -26,7 +26,7 @@ dependencies {
<dependencies>
<dependency>
<groupId>de.florianmichael</groupId>
<artifactId>viafabricplus</artifactId>
<artifactId>ViaFabricPlus</artifactId>
<version>x.x.x</version> <!-- Get the latest version from releases -->
</dependency>
</dependencies>

View File

@ -38,7 +38,7 @@ public class BlockStateTranslator {
private static final UserConnection DUMMY_USER_CONNECTION = ProtocolTranslator.createDummyUserConnection(ProtocolTranslator.NATIVE_VERSION, ProtocolVersion.v1_18_2);
/**
* Converts a 1.18.2 block state to a native block state (the current version)
* Converts a 1.18.2-block state to a native block state (the current version)
*
* @param blockStateId The block state id
* @return The native block state