Skip to content

Commit

Permalink
Make TexturedItem open
Browse files Browse the repository at this point in the history
  • Loading branch information
EsotericEnderman committed Nov 1, 2024
1 parent ce2336a commit 26a6ab2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package foundation.esoteric.minecraft.plugins.library.item
import org.bukkit.Material
import org.bukkit.inventory.ItemStack

class TexturedItem(plugin: CustomItemPlugin, itemId: String, material: Material) : CustomItem(plugin, itemId, material) {
open class TexturedItem(plugin: CustomItemPlugin, itemId: String, material: Material) : CustomItem(plugin, itemId, material) {
override fun toItem(item: ItemStack): ItemStack {
super.toItem(item)

Expand Down

0 comments on commit 26a6ab2

Please sign in to comment.