Closed mat-1 closed 2 years ago
They changed protected final String to private final String in the identifier class in the new 1.19.3 snapshot, which made it so Burger couldn't find it. (and the blocks topping depends on the identifier class being known)
protected final String
private final String
Would it be possible to check if the access is private or protected instead of doing 2 separate lookups? You just did that, nice.
Thanks!
They changed
protected final String
toprivate final String
in the identifier class in the new 1.19.3 snapshot, which made it so Burger couldn't find it. (and the blocks topping depends on the identifier class being known)