bug on harvesting beet root #1

Closed
opened 2026-01-12 23:24:03 +01:00 by jotty · 1 comment
Owner
java.lang.IllegalArgumentException: Cannot set property IntegerProperty{name=age, clazz=class java.lang.Integer, values=[0, 1, 2, 3, 4, 5, 6, 7]} as it does not exist in Block{minecraft:beetroots}
	at knot//net.minecraft.world.level.block.state.StateHolder.setValue(StateHolder.java:127)
	at knot//de.jottyfan.minecraft.item.QHoe.harvestIfPossible(QHoe.java:78)
	at knot//de.jottyfan.minecraft.item.QHoe.useOn(QHoe.java:53)

Happened when I used the Quickiehoe to harvest a field with beet root

```java java.lang.IllegalArgumentException: Cannot set property IntegerProperty{name=age, clazz=class java.lang.Integer, values=[0, 1, 2, 3, 4, 5, 6, 7]} as it does not exist in Block{minecraft:beetroots} at knot//net.minecraft.world.level.block.state.StateHolder.setValue(StateHolder.java:127) at knot//de.jottyfan.minecraft.item.QHoe.harvestIfPossible(QHoe.java:78) at knot//de.jottyfan.minecraft.item.QHoe.useOn(QHoe.java:53) ``` Happened when I used the Quickiehoe to harvest a field with beet root
jotty self-assigned this 2026-01-12 23:24:03 +01:00
jotty added the
prio
urgent
type
bug
labels 2026-01-12 23:29:10 +01:00
jotty added the
version
26.1.1
label 2026-01-12 23:38:01 +01:00
jotty referenced this issue from a commit 2026-01-14 23:45:59 +01:00
jotty closed this issue 2026-01-14 23:45:59 +01:00
Author
Owner

fixed in 26.1.2

fixed in 26.1.2
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: minecraft/quickly#1