Skip to content

Commit

Permalink
weird compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePlasticPotato committed Jun 30, 2024
1 parent e21b528 commit 156c780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/kotlin/org/valkyrienskies/mod/api/VsApi.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import org.valkyrienskies.mod.api.events.PreRenderShipEvent
import org.valkyrienskies.mod.api.events.RegisterBlockStateEvent

@NonExtendable
interface VsApi : VSCoreApi {
interface VsApi : VsCoreApi {

/**
* This event gets called when it's time to register physics block states for Minecraft block states.
Expand Down

0 comments on commit 156c780

Please sign in to comment.