Fix 1.19.2 compiling

This commit is contained in:
James Seibel
2024-02-01 07:39:16 -06:00
parent a887e35285
commit 982bf951e1
@@ -495,7 +495,7 @@ public class BlockStateWrapper implements IBlockStateWrapper
}
else if (this.blockState.getSoundType() == SoundType.WOOD
|| serialString.contains("root")
#if MC_VER >= MC_1_19_2
#if MC_VER >= MC_1_19_4
|| this.blockState.getSoundType() == SoundType.CHERRY_WOOD
#endif
)