Skip to content

Commit

Permalink
chore: add item component notice message in kdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFruxz committed Apr 1, 2024
1 parent d8bb77b commit 773673d
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -35,6 +35,10 @@ import java.util.*
import java.util.function.UnaryOperator
import kotlin.coroutines.CoroutineContext

/**
* ***NOTE: With the new Item components feature, which drastically changes nbt- and custom data,
* this class may also get overhauled to accommodate the required changes.***
*/
data class Item(
var material: Material = Material.STONE,
var label: ComponentLike = Component.translatable(material.translationKey()),
Expand Down

0 comments on commit 773673d

Please sign in to comment.