Skip to content

Commit 383c374

Browse files
Update to Minecraft 26.2
1 parent 42a9e63 commit 383c374

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
kotlin = "2.3.10"
3-
paper = "26.1.2.+"
3+
paper = "26.2-rc+"
44
testpaper = "1.21.11-R0.1-SNAPSHOT"
55

66
[libraries]

invui/src/main/java/xyz/xenondevs/invui/internal/menu/CustomContainerMenu.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public Integer apply(TypedDataComponent<?> tdc) {
108108
*/
109109
protected static final ItemStack DIRTY_MARKER = new ItemStack(
110110
// use obscure item / count combination to fail item comparison as early as possible
111-
BuiltInRegistries.ITEM.wrapAsHolder(Items.GREEN_CANDLE), 51,
111+
BuiltInRegistries.ITEM.wrapAsHolder(Items.DYED_CANDLE.green()), 51,
112112
DataComponentPatch.builder()
113113
.set(DataComponents.ITEM_MODEL, Identifier.fromNamespaceAndPath("invui", "dirty_marker"))
114114
.build()

0 commit comments

Comments
 (0)