mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2025-02-23 02:51:34 +01:00
Update repository artifact in DEVELOPER_API.md
This commit is contained in:
parent
249d46470b
commit
473fe49b69
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user