Skip to content

Commit

Permalink
fix crafting recipe for 1.20.5+
Browse files Browse the repository at this point in the history
  • Loading branch information
auxves committed May 21, 2024
1 parent 62398ee commit a522c96
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/main/kotlin/dev/auxves/vibes/Entrypoint.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ object Vibes {
fun id(path: String) = Identifier("vibes", path)
}

@Suppress("unused")
fun init() {
Registry.register(Registries.DATA_COMPONENT_TYPE, Vibes.id("uuid"), DataComponents.UUID)
Registry.register(Registries.DATA_COMPONENT_TYPE, Vibes.id("disc"), DataComponents.DISC)
Expand Down
1 change: 0 additions & 1 deletion src/main/kotlin/dev/auxves/vibes/client/Client.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ private fun stop(uuid: UUID) = instances[uuid]?.let {
instances.remove(uuid)
}

@Suppress("unused")
fun init() {
val scope = CoroutineScope(Dispatchers.Unconfined)

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/data/vibes/recipes/vibe.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
}
},
"result": {
"item": "vibes:vibe"
"id": "vibes:vibe"
}
}

0 comments on commit a522c96

Please sign in to comment.